mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-04-27 13:20:15 -05:00
5bff9b8fae
The main thing that's added is full RS support, but a lot of things were rejigged along the way. The tests are still a bit lacking, and will be augmented in future commits.
5 lines
197 B
CMake
5 lines
197 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)
|