Commented out debug statements again
[oweals/minetest.git] / src / CMakeLists.txt
index 883b809e2f994fa8050ea107a26a1edf476aaf65..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
@@ -173,7 +175,7 @@ include_directories(
        ${SQLITE3_INCLUDE_DIR}
 )
 
-set(EXECUTABLE_OUTPUT_PATH ../bin)
+set(EXECUTABLE_OUTPUT_PATH "${CMAKE_SOURCE_DIR}/bin")
 
 if(BUILD_CLIENT)
        add_executable(${PROJECT_NAME} ${minetest_SRCS})