Changed the default values to the same as in makefiles Added configured versions of maxscale.conf and maxscale init.d script
5 lines
172 B
CMake
5 lines
172 B
CMake
add_library(query_classifier SHARED query_classifier.cc ${MYSQL_HEADERS})
|
|
install(TARGETS query_classifier DESTINATION lib)
|
|
if(BUILD_TESTS)
|
|
add_subdirectory(test)
|
|
endif() |