Files
MaxScale/server/modules/authenticator/CMakeLists.txt
Johan Wikman eba6c0c596 MXS-1842 Compile all authenticators as C++
Minimal changes, only what is needed to compile.
2018-05-03 10:07:43 +03:00

14 lines
288 B
CMake

if(BUILD_CDC)
add_subdirectory(CDCPlainAuth)
endif()
add_subdirectory(GSSAPI)
add_subdirectory(HTTPAuth)
add_subdirectory(MaxAdminAuth)
add_subdirectory(MySQLAuth)
add_subdirectory(MySQLBackendAuth)
add_subdirectory(NullAuthAllow)
add_subdirectory(NullAuthDeny)
add_subdirectory(PAM)