X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=e82e26dc7a2fa09e2979c72dd815b2ddf63fca8d;hb=6a76c226e10e92c3e3339096f07f8ab065e2098b;hp=61a0b1be8a9b3ca956c7cd2bcd7fa44969d63a01;hpb=392485aa454e871566a67afc61e11331f9d27397;p=minetest.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 61a0b1be8..e82e26dc7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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