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

5 lines
204 B
CMake

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