diff options
Diffstat (limited to 'server-v1/source/EpistmoolServer/CMakeLists.txt')
-rw-r--r-- | server-v1/source/EpistmoolServer/CMakeLists.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/CMakeLists.txt b/server-v1/source/EpistmoolServer/CMakeLists.txt new file mode 100644 index 0000000..c98c901 --- /dev/null +++ b/server-v1/source/EpistmoolServer/CMakeLists.txt @@ -0,0 +1,10 @@ +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) |