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

5 lines
178 B
CMake

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