MXS-2005: Move Logger into maxutils
Moved the logger into the maxutils library as it is a generic utility. Also moved mxs_strerror into it as it depends on it.
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
add_library(maxbase STATIC eventcount.cc stopwatch.cc stacktrace.cc)
|
||||
add_library(maxbase STATIC eventcount.cc stopwatch.cc stacktrace.cc logger.cc)
|
||||
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
|
||||
install(TARGETS maxbase DESTINATION lib)
|
||||
|
||||
Reference in New Issue
Block a user