2019-02-07 11:27:38 +08:00
|
|
|
set(FDBSERVICE_SRCS FDBService.cpp ServiceBase.cpp)
|
|
|
|
|
2019-02-07 04:02:19 +08:00
|
|
|
add_executable(fdbmonitor ${FDBSERVICE_SRCS})
|
2019-02-07 11:27:38 +08:00
|
|
|
#
|
|
|
|
# FIXME: This include directory is an ugly hack. We probably want to fix this
|
|
|
|
# as soon as we get rid of the old build system
|
2019-02-07 04:02:19 +08:00
|
|
|
target_include_directories(fdbmonitor PRIVATE ${CMAKE_BINARY_DIR}/fdbclient)
|