Files
MaxScale/server/modules/protocol/maxscaled/CMakeLists.txt
2018-05-02 09:54:37 +03:00

5 lines
183 B
CMake

add_library(maxscaled SHARED maxscaled.cc)
target_link_libraries(maxscaled maxscale-common)
set_target_properties(maxscaled PROPERTIES VERSION "1.0.0")
install_module(maxscaled core)