should be it
This commit is contained in:
12
external/duckdb/test/appender/CMakeLists.txt
vendored
Normal file
12
external/duckdb/test/appender/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
add_library_unity(
|
||||
test_appender
|
||||
OBJECT
|
||||
test_appender_abort.cpp
|
||||
test_appender.cpp
|
||||
test_appender_query.cpp
|
||||
test_concurrent_append.cpp
|
||||
test_appender_transactions.cpp
|
||||
test_nested_appender.cpp)
|
||||
set(ALL_OBJECT_FILES
|
||||
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:test_appender>
|
||||
PARENT_SCOPE)
|
||||
Reference in New Issue
Block a user