mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-01-06 02:49:45 -06:00
8 lines
300 B
CMake
8 lines
300 B
CMake
include_directories(${eggsfs_SOURCE_DIR}/core ${eggsfs_SOURCE_DIR}/shard ${eggsfs_SOURCE_DIR}/wyhash)
|
|
|
|
add_executable(tests tests.cpp doctest.h)
|
|
target_link_libraries(tests PRIVATE core shard cdc)
|
|
|
|
add_executable(logsdbtests logsdbtests.cpp doctest.h)
|
|
target_link_libraries(logsdbtests PRIVATE core)
|