
The only way to cleanly separate the maxutils library from the MaxScale CMake project is to make it a standalone CMake project. With the help of ExternalProject, it should be relatively easy to use.
4 lines
85 B
CMake
4 lines
85 B
CMake
include_directories(include)
|
|
add_subdirectory(include/maxbase)
|
|
add_subdirectory(src)
|