mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
6 lines
256 B
CMake
6 lines
256 B
CMake
set(FDBSERVICE_SRCS FDBService.cpp ServiceBase.cpp)
|
|
|
|
add_executable(fdbmonitor ${FDBSERVICE_SRCS})
|
|
|
|
target_include_directories(fdbmonitor PRIVATE ${CMAKE_BINARY_DIR}/flow/include ${CMAKE_BINARY_DIR}/fdbclient/include)
|
|
add_dependencies(fdbmonitor fdbclient) |