MaxScale/query_classifier/CMakeLists.txt
Johan Wikman 3ef142bfe3 MXS-1249: Remove qc_dummy
Not used for anything and takes time and effort to keep up to date
with the query classifier API.
2017-06-21 13:28:59 +03:00

7 lines
113 B
CMake

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