CMakeLists.txt

changeset 5
146825d63b9a
parent 1
4dd5bde4e777
child 6
c709bb1a08e4
--- a/CMakeLists.txt	Wed Dec 10 19:26:13 2014 +0200
+++ b/CMakeLists.txt	Thu Dec 11 05:58:55 2014 +0200
@@ -7,6 +7,9 @@
 	sources/main.cpp
 	sources/mystring.cpp
 	sources/version.cpp
+	sources/network/bytestream.cpp
+	sources/network/ipaddress.cpp
+	sources/network/udp.cpp
 )
 
 set (CURSES_NEED_NCURSES, True)

mercurial