2018-05-04 07:06:30 +08:00
|
|
|
set(FDBMONITOR_SRCS ConvertUTF.h SimpleIni.h fdbmonitor.cpp)
|
|
|
|
|
|
|
|
add_executable(fdbmonitor ${FDBMONITOR_SRCS})
|
2019-01-26 05:16:46 +08:00
|
|
|
target_link_libraries(fdbmonitor rt)
|
2019-01-11 06:31:11 +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
|
|
|
|
target_include_directories(fdbmonitor PRIVATE ${CMAKE_BINARY_DIR}/fdbclient)
|
2018-05-04 07:06:30 +08:00
|
|
|
|
2018-05-06 00:43:50 +08:00
|
|
|
install(TARGETS fdbmonitor DESTINATION "${FDB_LIB_DIR}/foundationdb" COMPONENT server)
|