Commented out debug statements again
[oweals/minetest.git] / src / CMakeLists.txt
index 0fceb85e72b967898fe81b22fe878163ac61d687..80ee0fc649fe4399a1a808b85cb34c9932b876a8 100644 (file)
@@ -127,6 +127,7 @@ set(common_SRCS
        test.cpp
        sha1.cpp
        base64.cpp
+       ban.cpp
 )
 
 # This gives us the icon
@@ -141,6 +142,7 @@ set(minetest_SRCS
        mapblock_mesh.cpp
        farmesh.cpp
        keycode.cpp
+       camera.cpp
        clouds.cpp
        clientobject.cpp
        guiMainMenu.cpp