6 lines
233 B
CMake
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)
|