Move all authenticators into separate subdirectories
This commit is contained in:
6
server/modules/authenticator/CDCPlainAuth/CMakeLists.txt
Normal file
6
server/modules/authenticator/CDCPlainAuth/CMakeLists.txt
Normal file
@ -0,0 +1,6 @@
|
||||
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()
|
Reference in New Issue
Block a user