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

5 lines
199 B
CMake

add_library(NullAuthDeny SHARED null_auth_deny.c)
target_link_libraries(NullAuthDeny maxscale-common)
set_target_properties(NullAuthDeny PROPERTIES VERSION "1.0.0")
install_module(NullAuthDeny core)