Skip to content

Commit 46dcfc7

Browse files
WZhuowgtmac
authored andcommitted
fix: add rewrite_files.cc and rewrite_files.h to meson build files
1 parent 7a3a846 commit 46dcfc7

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/iceberg/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ iceberg_sources = files(
133133
'update/merging_snapshot_update.cc',
134134
'update/overwrite_files.cc',
135135
'update/pending_update.cc',
136+
'update/rewrite_files.cc',
136137
'update/row_delta.cc',
137138
'update/set_snapshot.cc',
138139
'update/snapshot_manager.cc',

src/iceberg/update/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ install_headers(
2424
'merging_snapshot_update.h',
2525
'overwrite_files.h',
2626
'pending_update.h',
27+
'rewrite_files.h',
2728
'row_delta.h',
2829
'set_snapshot.h',
2930
'snapshot_manager.h',

0 commit comments

Comments
 (0)