summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/CMakeLists.txt
blob: d80b0fa7581f854efbf8002a131bf8ba4b67ef19 (plain)
1
2
3
4
5
6
7
8
9
10
include_directories(${INCLUDES})

add_library(Requests STATIC
  DisconnectRequest.cpp DisconnectRequest.h
  FSInfoRequest.h
  IdentifyRequest.cpp IdentifyRequest.h
  SimpleRequest.cpp SimpleRequest.h
  StatusRequest.h
)
target_link_libraries(Requests ${KRB5_LIBRARIES})