Maxrows filter is now the core
This commit is contained in:
@ -2,4 +2,4 @@ add_library(maxrows SHARED maxrows.c)
|
|||||||
target_link_libraries(maxrows maxscale-common)
|
target_link_libraries(maxrows maxscale-common)
|
||||||
set_target_properties(maxrows PROPERTIES VERSION "1.0.0")
|
set_target_properties(maxrows PROPERTIES VERSION "1.0.0")
|
||||||
set_target_properties(maxrows PROPERTIES LINK_FLAGS -Wl,-z,defs)
|
set_target_properties(maxrows PROPERTIES LINK_FLAGS -Wl,-z,defs)
|
||||||
install_module(maxrows experimental)
|
install_module(maxrows core)
|
||||||
|
|||||||
Reference in New Issue
Block a user