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

add_library(Requests
  DisconnectRequest.cpp IdentifyRequest.cpp SimpleRequest.cpp UserInfoRequest.cpp
)
target_link_libraries(Requests ${KRB5_LIBRARIES})