MaxScale/server/CMakeLists.txt
Markus Mäkelä 666d12f5fb Fix devel package
The moving of the header files to include/maxscale/ broke the devel
package.
2017-01-16 10:56:33 +02:00

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)