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

mad_library(Daemon
  export.h
  
  Backends/NetworkLogger.h
  
  RequestHandlers/CommandRequestHandler.cpp RequestHandlers/CommandRequestHandler.h
  
  Requests/LogRequest.cpp Requests/LogRequest.h
  
  Application.cpp Application.h
)
target_link_libraries(Daemon Common)