Files
MaxScale/server/modules/routing/cli/CMakeLists.txt
Johan Wikman 6028bf8f6c Move all routers into subdirs of their own
Each router module now resides in a subdirectory of its own.
The name of the subdirectory is the same as the name of the
library in the module's CMakeLists.txt file.
2016-08-18 11:10:04 +03:00

5 lines
175 B
CMake

add_library(cli SHARED cli.c ../debugcli/debugcmd.c)
target_link_libraries(cli maxscale-common)
set_target_properties(cli PROPERTIES VERSION "1.0.0")
install_module(cli core)