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.
This commit is contained in:
Johan Wikman
2016-08-18 11:10:04 +03:00
parent ed96e2c54a
commit 6028bf8f6c
11 changed files with 27 additions and 25 deletions

View File

@ -0,0 +1,4 @@
add_library(readconnroute SHARED readconnroute.c)
target_link_libraries(readconnroute maxscale-common)
set_target_properties(readconnroute PROPERTIES VERSION "1.1.0")
install_module(readconnroute core)

File diff suppressed because it is too large Load Diff