mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-01 10:45:56 +08:00
7 lines
194 B
CMake
7 lines
194 B
CMake
set(TEST_SRCS
|
|
DirectoryTester.actor.cpp
|
|
Tester.actor.cpp
|
|
Tester.actor.h)
|
|
add_flow_target(EXECUTABLE NAME fdb_flow_tester SRCS ${TEST_SRCS})
|
|
target_link_libraries(fdb_flow_tester fdb_flow)
|