aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'server-v1/source/EpistmoolServer/CMakeLists.txt')
-rw-r--r--server-v1/source/EpistmoolServer/CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/server-v1/source/EpistmoolServer/CMakeLists.txt b/server-v1/source/EpistmoolServer/CMakeLists.txt
deleted file mode 100644
index c98c901..0000000
--- a/server-v1/source/EpistmoolServer/CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-target_sources(EpistmoolServer PRIVATE
- fwd.hpp
- Connection.hpp Connection.cpp
- Session.hpp Session.cpp
- Server.hpp Server.cpp
- ServerProperties.hpp ServerProperties.cpp
-)
-
-add_subdirectory(Protocol)
-add_subdirectory(Workspace)