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:
Markus Mäkelä
2018-08-13 15:50:05 +03:00
parent dc2578ed98
commit c543525c1b
6 changed files with 49 additions and 25 deletions

View File

@ -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)