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.
4 lines
124 B
CMake
4 lines
124 B
CMake
add_library(utils skygw_utils.cc ../server/core/atomic.c)
|
|
target_link_libraries(utils stdc++)
|
|
add_dependencies(utils pcre2)
|