summaryrefslogtreecommitdiffstats
path: root/src/modules/AuthBackendChallengeResponse/CMakeLists.txt
blob: 9dfd7ba599931de61af7a8a83b253d6df2954fc6 (plain)
1
2
3
4
5
6
7
8
include_directories(${INCLUDES})

mad_module(AuthBackendChallengeResponse
  Module.cpp Module.h
  AuthBackendChallengeResponse.cpp AuthBackendChallengeResponse.h
)

mad_module_libraries(AuthBackendChallengeResponse)