foundationdb/fdbservice/CMakeLists.txt

4 lines
99 B
CMake

set(FDBSERVICE_SRCS FDBService.cpp ServiceBase.cpp)
add_executable(fdbmonitor ${FDBSERVICE_SRCS})