Changed variable names to closer match their usage
Changed the default values to the same as in makefiles Added configured versions of maxscale.conf and maxscale init.d script
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
add_library(readwritesplit SHARED readwritesplit.c)
|
||||
set_target_properties(readwritesplit PROPERTIES INSTALL_RPATH ${CMAKE_INSTALL_RPATH}:${CMAKE_INSTALL_PREFIX}/lib)
|
||||
target_link_libraries(readwritesplit utils ssl pthread log_manager query_classifier mysqld)
|
||||
install(TARGETS readwritesplit DESTINATION modules)
|
||||
if(BUILD_TESTS)
|
||||
|
||||
Reference in New Issue
Block a user