Files
MaxScale/query_classifier/CMakeLists.txt
Johan Wikman e8c2b27c27 Remove qc_pp
There will not be a plugin process.
2016-03-07 12:19:51 +02:00

6 lines
85 B
CMake

add_subdirectory(qc_mysqlembedded)
if(BUILD_TESTS)
add_subdirectory(test)
endif()