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

5 lines
276 B
CMake

add_library(GSSAPIBackendAuth SHARED gssapi_backend_auth.c ../gssapi_auth_common.c)
target_link_libraries(GSSAPIBackendAuth maxscale-common ${GSSAPI_LIBS} MySQLCommon)
set_target_properties(GSSAPIBackendAuth PROPERTIES VERSION "1.0.0")
install_module(GSSAPIBackendAuth core)