Files
MaxScale/server/modules/monitor/clustrixmon/CMakeLists.txt
2018-12-18 15:17:09 +02:00

8 lines
242 B
CMake

add_library(clustrixmon SHARED
clustrixmon.cc
clustrixmonitor.cc
)
target_link_libraries(clustrixmon maxscale-common)
set_target_properties(clustrixmon PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
install_module(clustrixmon core)