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

5 lines
231 B
CMake

add_library(MySQLBackendAuth SHARED mysql_backend_auth.c)
target_link_libraries(MySQLBackendAuth maxscale-common MySQLCommon)
set_target_properties(MySQLBackendAuth PROPERTIES VERSION "1.0.0")
install_module(MySQLBackendAuth core)