aboutsummaryrefslogtreecommitdiff
path: root/server-v1/source/EpistmoolServer/Workspace
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2022-06-27 00:13:08 +0000
committerrtk0c <[email protected]>2022-06-27 00:13:08 +0000
commit8a23aa89a58d3a90d5851b449b5552e1fcdcaded (patch)
tree86a527705eafe1ba36d6d5744afeddad196c0eeb /server-v1/source/EpistmoolServer/Workspace
parent9ad9af9f2596b91e1dd65e71543f75b0644e8283 (diff)
(From git) Initial server setup
git-svn-id: file:///home/arch/svn/epistmool/trunk@4 71f44415-077c-4ad7-a976-72ddbf76608f
Diffstat (limited to 'server-v1/source/EpistmoolServer/Workspace')
-rw-r--r--server-v1/source/EpistmoolServer/Workspace/CMakeLists.txt3
-rw-r--r--server-v1/source/EpistmoolServer/Workspace/fwd.hpp5
2 files changed, 8 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/Workspace/CMakeLists.txt b/server-v1/source/EpistmoolServer/Workspace/CMakeLists.txt
new file mode 100644
index 0000000..6ef6d59
--- /dev/null
+++ b/server-v1/source/EpistmoolServer/Workspace/CMakeLists.txt
@@ -0,0 +1,3 @@
+target_sources(EpistmoolServer PRIVATE
+ fwd.hpp
+)
diff --git a/server-v1/source/EpistmoolServer/Workspace/fwd.hpp b/server-v1/source/EpistmoolServer/Workspace/fwd.hpp
new file mode 100644
index 0000000..dd572f8
--- /dev/null
+++ b/server-v1/source/EpistmoolServer/Workspace/fwd.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+namespace Epistmool::Server
+{
+} // namespace Epistmool::Server