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

5 lines
166 B
CMake

add_library_unity(test_index OBJECT test_art_index.cpp test_art_keys.cpp)
set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_index>
PARENT_SCOPE)