MXS-1777 fix CMakeLists.txt for utility library
Last minute directory changes were not fully applied in CMakeLists.txt
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user