foundationdb/fdbservice/CMakeLists.txt

4 lines
99 B
CMake
Raw Normal View History

2019-02-07 11:27:38 +08:00
set(FDBSERVICE_SRCS FDBService.cpp ServiceBase.cpp)
add_executable(fdbmonitor ${FDBSERVICE_SRCS})