MaxScale/maxutils/maxbase/CMakeLists.txt
Markus Mäkelä 7254a7c525
Make maxutils a standalone library
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.
2018-06-22 13:59:57 +03:00

4 lines
85 B
CMake

include_directories(include)
add_subdirectory(include/maxbase)
add_subdirectory(src)