
The include directories previously used by MaxScale were from the embedded library. All parts of MaxScale apart from the query classifier now use the client libraries.
7 lines
171 B
CMake
7 lines
171 B
CMake
# Use the client libraries in MaxScale core
|
|
include_directories(${MARIADB_CONNECTOR_INCLUDE_DIR})
|
|
|
|
add_subdirectory(core)
|
|
add_subdirectory(modules)
|
|
add_subdirectory(inih)
|