Files
MaxScale/utils/CMakeLists.txt
Markus Makela 080a9ebc9d PCRE2 is now statically linked
Since the PCRE2 library was always going to be a part of MaxScale, there was
no real reason to have it as a shared library apart from smaller binaries.
2015-12-29 10:09:38 +02:00

4 lines
124 B
CMake

add_library(utils skygw_utils.cc ../server/core/atomic.c)
target_link_libraries(utils stdc++)
add_dependencies(utils pcre2)