summaryrefslogtreecommitdiffstats
path: root/src/Common/Requests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Common/Requests/CMakeLists.txt')
-rw-r--r--src/Common/Requests/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Common/Requests/CMakeLists.txt b/src/Common/Requests/CMakeLists.txt
deleted file mode 100644
index 972a47c..0000000
--- a/src/Common/Requests/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-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})