summaryrefslogtreecommitdiffstats
path: root/src/Client/CMakeLists.txt
blob: 601ada870c8cde1b58ccd2505ffecb45bf7b3dd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include_directories(${INCLUDES})

mad_library(Client
  export.h
  
  Requests/DaemonCommandRequest.h Requests/DaemonCommandRequest.cpp
  Requests/DaemonFSInfoRequest.h Requests/DaemonFSInfoRequest.cpp
  Requests/DaemonListRequest.h
  Requests/DaemonStatusRequest.h Requests/DaemonStatusRequest.cpp
  
  Application.cpp Application.h
  CommandParser.cpp CommandParser.h
  InformationManager.cpp InformationManager.h
  PasswordReader.cpp PasswordReader.h
  SystemCommands.cpp SystemCommands.h
  UserCommands.cpp UserCommands.h
)
target_link_libraries(Client Common Net Core)