MXS-2014 Add skeleton test for mxb::Log

This commit is contained in:
Johan Wikman
2018-08-16 13:23:03 +03:00
parent 12e8f28907
commit cfdfff46ae
4 changed files with 31 additions and 0 deletions

View File

@ -9,3 +9,5 @@ add_library(maxbase STATIC
)
set_target_properties(maxbase PROPERTIES VERSION "1.0.0" LINK_FLAGS -Wl,-z,defs)
install(TARGETS maxbase DESTINATION lib)
add_subdirectory(test)