Move all monitors into subdirs of their own

Each monitor 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.
This commit is contained in:
Johan Wikman
2016-08-18 13:25:40 +03:00
parent 47c69c3e96
commit cf7988c8e3
13 changed files with 28 additions and 28 deletions

View File

@ -0,0 +1,5 @@
add_library(mysqlmon SHARED mysql_mon.c)
target_link_libraries(mysqlmon maxscale-common)
add_dependencies(mysqlmon pcre2)
set_target_properties(mysqlmon PROPERTIES VERSION "1.4.0")
install_module(mysqlmon core)

File diff suppressed because it is too large Load Diff