diff -r f5b1b3fd70cc -r ff8863ebde17 CMakeLists.txt --- a/CMakeLists.txt Sat Oct 18 08:59:43 2008 +0000 +++ b/CMakeLists.txt Sat Oct 18 11:57:46 2008 +0000 @@ -22,6 +22,7 @@ set(HEDGEWARS_PROTO_VER 17) add_subdirectory(bin) +add_subdirectory(netserver) add_subdirectory(QTfrontend) add_subdirectory(hedgewars) add_subdirectory(share)