Files
MaxScale/server/modules/authenticator/PAM/CMakeLists.txt
Esa Korhonen 74634abc80 MXS-1662 Move PAM authentication function into maxbase
The same code can be used for REST-API authentication.
2019-04-09 14:41:40 +03:00

4 lines
102 B
CMake

include_directories(${SQLITE_INCLUDE_DIR})
add_subdirectory(PAMAuth)
add_subdirectory(PAMBackendAuth)