Skip to content

Commit 1b3784a

Browse files
committed
modify meson files
1 parent 54ff51a commit 1b3784a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/iceberg/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ iceberg_sources = files(
104104
'type.cc',
105105
'update/pending_update.cc',
106106
'update/snapshot_update.cc',
107+
'update/update_location.cc',
107108
'update/update_partition_spec.cc',
108109
'update/update_properties.cc',
109110
'update/update_schema.cc',

src/iceberg/update/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ install_headers(
2323
'update_schema.h',
2424
'update_sort_order.h',
2525
'update_properties.h',
26+
'update_location.h',
2627
],
2728
subdir: 'iceberg/update',
2829
)

0 commit comments

Comments
 (0)