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:
4
server/modules/routing/testroute/CMakeLists.txt
Normal file
4
server/modules/routing/testroute/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
add_library(testroute SHARED testroute.c)
|
||||
target_link_libraries(testroute maxscale-common)
|
||||
set_target_properties(testroute PROPERTIES VERSION "1.0.0")
|
||||
install_module(testroute core)
|
||||
Reference in New Issue
Block a user