mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2025-12-21 10:40:04 -06:00
I want to use the introspection capabilities of jemalloc, and it should also be much faster. Preserve alpine build for go build, it's also really useful to test inside the kmod.
8 lines
396 B
CMake
8 lines
396 B
CMake
include_directories(${eggsfs_SOURCE_DIR}/core ${eggsfs_SOURCE_DIR}/shard ${eggsfs_SOURCE_DIR}/wyhash)
|
|
|
|
add_library(cdc CDC.cpp CDC.hpp CDCDB.cpp CDCDB.hpp CDCDBData.hpp)
|
|
target_link_libraries(cdc PRIVATE core)
|
|
|
|
add_executable(eggscdc eggscdc.cpp)
|
|
target_link_libraries(eggscdc PRIVATE core shard cdc ${EGGSFS_JEMALLOC_LIBS})
|
|
target_include_directories(eggscdc PRIVATE ${eggsfs_SOURCE_DIR}/wyhash) |