diff options
Diffstat (limited to 'server-v1/source/EpistmoolServer/Protocol/CMakeLists.txt')
-rw-r--r-- | server-v1/source/EpistmoolServer/Protocol/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server-v1/source/EpistmoolServer/Protocol/CMakeLists.txt b/server-v1/source/EpistmoolServer/Protocol/CMakeLists.txt new file mode 100644 index 0000000..54f1da7 --- /dev/null +++ b/server-v1/source/EpistmoolServer/Protocol/CMakeLists.txt @@ -0,0 +1,6 @@ +target_sources(EpistmoolServer PRIVATE + fwd.hpp + Command.hpp Command.cpp + Error.hpp Error.cpp + Version.hpp +) |