aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ba09819d..f3684f1c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -77,6 +77,12 @@ add_executable(Attorney_Online
src/lobby.cpp
src/lobby.h
src/main.cpp
+ src/net/netconnection.cpp
+ src/net/netconnection.h
+ src/net/nettcpconnection.cpp
+ src/net/nettcpconnection.h
+ src/net/netwebsocketconnection.cpp
+ src/net/netwebsocketconnection.h
src/networkmanager.cpp
src/networkmanager.h
src/options.cpp