Files
MaxScale/maxutils/maxbase/CMakeLists.txt
Niclas Antti d2e1cfdf4e MXS-1777 fix CMakeLists.txt for utility library
Last minute directory changes were not fully applied in CMakeLists.txt
2018-06-18 15:27:44 +03:00

5 lines
179 B
CMake

include_directories(include)
add_library(maxbase SHARED src/eventcount.cc src/stopwatch.cc)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0")
install_module(maxbase core)