MXS-1777 fix CMakeLists.txt for utility library

Last minute directory changes were not fully applied in CMakeLists.txt
This commit is contained in:
Niclas Antti
2018-06-16 10:31:06 +03:00
parent 5438140e33
commit d2e1cfdf4e
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
include_directories(include)
add_library(maxutil SHARED src/eventcount.cc src/stopwatch.cc)
set_target_properties(maxutil PROPERTIES VERSION "1.0.0")
install_module(maxutil core)
add_library(maxbase SHARED src/eventcount.cc src/stopwatch.cc)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0")
install_module(maxbase core)