Files
MaxScale/server/modules/authenticator/CDCPlainAuth/CMakeLists.txt
2016-12-01 15:43:22 +02:00

7 lines
229 B
CMake

if(BUILD_CDC)
add_library(CDCPlainAuth SHARED cdc_plain_auth.c)
target_link_libraries(CDCPlainAuth maxscale-common)
set_target_properties(CDCPlainAuth PROPERTIES VERSION "1.0.0")
install_module(CDCPlainAuth core)
endif()