CMakeLists.txt

changeset 8
8b697d30c49f
parent 6
c709bb1a08e4
child 10
3874575d924d
--- a/CMakeLists.txt	Thu Dec 11 06:13:32 2014 +0200
+++ b/CMakeLists.txt	Thu Dec 11 07:18:11 2014 +0200
@@ -10,6 +10,10 @@
 	sources/network/bytestream.cpp
 	sources/network/ipaddress.cpp
 	sources/network/udpsocket.cpp
+	sources/huffman/bitreader.cpp
+	sources/huffman/bitwriter.cpp
+	sources/huffman/huffcodec.cpp
+	sources/huffman/huffman.cpp
 )
 
 set (CURSES_NEED_NCURSES, True)

mercurial