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

mad_module(AuthBackendFile
  Module.cpp Module.h
  AuthBackendFile.cpp AuthBackendFile.h
)

mad_module_libraries(AuthBackendFile)