]> git.lizzy.rs Git - minetest.git/blobdiff - src/CMakeLists.txt
The huge item definition and item namespace unification patch (itemdef), see http...
[minetest.git] / src / CMakeLists.txt
index 61a0b1be8a9b3ca956c7cd2bcd7fa44969d63a01..e82e26dc7a2fa09e2979c72dd815b2ddf63fca8d 100644 (file)
@@ -94,14 +94,14 @@ configure_file(
 )
 
 set(common_SRCS
+       inventorymanager.cpp
        mods.cpp
        serverremoteplayer.cpp
        content_abm.cpp
        craftdef.cpp
        nameidmapping.cpp
-       tooldef.cpp
+       itemdef.cpp
        nodedef.cpp
-       craftitemdef.cpp
        luaentity_common.cpp
        scriptapi.cpp
        script.cpp
@@ -158,7 +158,6 @@ endif()
 # Client sources
 set(minetest_SRCS
        ${common_SRCS}
-       MyBillboardSceneNode.cpp
        content_mapblock.cpp
        content_cao.cpp
        mesh.cpp