MXS-2008 Move maxscale/atomic.h to maxbase/atomic.h

This commit is contained in:
Johan Wikman
2018-08-14 10:58:09 +03:00
parent d53bc9d3be
commit f3f802cabe
52 changed files with 67 additions and 60 deletions

View File

@ -1,3 +1,9 @@
add_library(maxbase STATIC eventcount.cc stopwatch.cc stacktrace.cc logger.cc)
add_library(maxbase STATIC
atomic.cc
eventcount.cc
logger.cc
stopwatch.cc
stacktrace.cc
)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
install(TARGETS maxbase DESTINATION lib)