summaryrefslogtreecommitdiffstats
path: root/src/Client/Requests/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/Requests/CMakeLists.txt')
-rw-r--r--src/Client/Requests/CMakeLists.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Client/Requests/CMakeLists.txt b/src/Client/Requests/CMakeLists.txt
deleted file mode 100644
index 86acaf5..0000000
--- a/src/Client/Requests/CMakeLists.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-include_directories(${INCLUDES})
-
-add_library(ClientRequests STATIC
- DaemonCommandRequest.cpp DaemonCommandRequest.h
- DaemonFSInfoRequest.cpp DaemonFSInfoRequest.h
- DaemonListRequest.h
- DaemonStatusRequest.cpp DaemonStatusRequest.h
-)