]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/CMakeLists.txt
Fix key change menu a bit
[dragonfireclient.git] / src / CMakeLists.txt
index a0e063465769a638abc283fafee0f077fcd1bada..3b3b326c454f9967ffef4a823507b737212616ea 100644 (file)
@@ -94,6 +94,7 @@ configure_file(
 )
 
 set(common_SRCS
+       inventorymanager.cpp
        mods.cpp
        serverremoteplayer.cpp
        content_abm.cpp
@@ -158,9 +159,9 @@ endif()
 # Client sources
 set(minetest_SRCS
        ${common_SRCS}
-       MyBillboardSceneNode.cpp
        content_mapblock.cpp
        content_cao.cpp
+       mesh.cpp
        mapblock_mesh.cpp
        farmesh.cpp
        keycode.cpp