Skip to content

Commit 1fac131

Browse files
authored
GH-48570: [C++] Add Missing Fuzz Sources to Meson configuration (#48571)
### Rationale for this change The meson configuration on main is broken - this fixes it ### What changes are included in this PR? Missing fuzzing targets are added to the configuration ### Are these changes tested? Yes ### Are there any user-facing changes? No * GitHub Issue: #48570 Authored-by: Will Ayd <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 6a481e5 commit 1fac131

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cpp/src/arrow/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ arrow_util_srcs = [
192192
'util/float16.cc',
193193
'util/formatting.cc',
194194
'util/future.cc',
195+
'util/fuzz_internal.cc',
195196
'util/hashing.cc',
196197
'util/int_util.cc',
197198
'util/io_util.cc',

cpp/src/parquet/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717

1818
parquet_srcs = files(
1919
'../generated/parquet_types.cpp',
20+
'arrow/fuzz_internal.cc',
2021
'arrow/path_internal.cc',
2122
'arrow/reader.cc',
2223
'arrow/reader_internal.cc',

0 commit comments

Comments
 (0)