Skip to content

Commit afde612

Browse files
committed
GH-47919: [C++] Update Meson config for C Data Interface changes
1 parent 603901a commit afde612

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

cpp/src/arrow/integration/meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ exc = executable(
2323
dependencies: [arrow_test_dep_no_main, rapidjson_dep, gflags_dep],
2424
)
2525

26+
arrow_c_data_integration_lib = library(
27+
'arrow_c_data_integration',
28+
sources: ['c_data_integration_internal.cc'],
29+
dependencies: [arrow_test_dep_no_main],
30+
)
31+
2632
if needs_tests
2733
test('arrow-json-integration-test', exc)
2834
endif

cpp/src/arrow/meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ if needs_integration or needs_tests
280280
arrow_components += {
281281
'arrow_integration': {
282282
'sources': [
283-
'integration/c_data_integration_internal.cc',
284283
'integration/json_integration.cc',
285284
'integration/json_internal.cc',
286285
],

0 commit comments

Comments
 (0)