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,6 +1,5 @@
|
||||
set(QUERY_CLASSIFIER_HEADERS query_classifier.h)
|
||||
add_library(query_classifier SHARED query_classifier.cc ${MYSQL_HEADERS})
|
||||
install(TARGETS query_classifier DESTINATION lib)
|
||||
if(BUILD_TESTS)
|
||||
add_subdirectory(test)
|
||||
add_subdirectory(test)
|
||||
endif()
|
Reference in New Issue
Block a user