CMakeLists.txt

branch
protocol5
changeset 172
0b0bc8045d28
parent 171
d0fba0d7ad03
--- a/CMakeLists.txt	Wed Jan 27 12:34:26 2021 +0200
+++ b/CMakeLists.txt	Wed Jan 27 12:34:56 2021 +0200
@@ -20,6 +20,7 @@
 	sources/version.cpp
 	sources/network/bytestream.cpp
 	sources/network/ipaddress.cpp
+	sources/network/packetqueue.cpp
 	sources/network/rconsession.cpp
 	sources/network/udpsocket.cpp
 )
@@ -35,6 +36,7 @@
 	sources/mystring.h
 	sources/network/bytestream.h
 	sources/network/ipaddress.h
+	sources/network/packetqueue.h
 	sources/network/rconsession.h
 	sources/network/udpsocket.h
 	sources/range.h

mercurial