Files
email-tracker/external/duckdb/test/arrow/CMakeLists.txt
2025-10-24 19:21:19 -05:00

6 lines
233 B
CMake

add_library_unity(test_arrow_roundtrip OBJECT arrow_test_helper.cpp
arrow_roundtrip.cpp arrow_move_children.cpp)
set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_arrow_roundtrip>
PARENT_SCOPE)