diff -r 01e4e9ae323a -r 8b697d30c49f CMakeLists.txt --- 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)