summaryrefslogtreecommitdiffstats
path: root/src/modules/UserListManager/CMakeLists.txt
blob: 0ab429f4331ca300dba6f5bc58c0bb2890da1683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
include_directories(${INCLUDES})

mad_module(UserListManager
  RequestHandlers/UserListRequestHandlerGroup.cpp RequestHandlers/UserListRequestHandlerGroup.h
  RequestHandlers/UserListUploadRequestHandler.cpp RequestHandlers/UserListUploadRequestHandler.h
  
  Module.cpp Module.h
  UserList.h
  UserListEntry.h
  UserListManager.cpp UserListManager.h
  Util.cpp Util.h
)

mad_module_libraries(UserListManager)