summaryrefslogtreecommitdiffstats
path: root/src/Client/CMakeLists.txt
blob: e6636020ce387d2a451edd42cfdef8aab790c10c (plain)
1
2
3
4
5
6
7
8
9
10
11
add_subdirectory(Requests)

include_directories(${INCLUDES})

add_library(Client
  CommandParser.cpp CommandParser.h
  InformationManager.cpp InformationManager.h
  SystemCommands.cpp SystemCommands.h
  UserCommands.cpp UserCommands.h
)
target_link_libraries(Client ClientRequests Common)