3 lines
113 B
CMake
3 lines
113 B
CMake
add_library(utils skygw_utils.cc ../server/core/atomic.c)
|
|
target_link_libraries(utils stdc++ ${PCRE2_LIBRARIES})
|