]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/CMakeLists.txt
Fix key change menu a bit
[dragonfireclient.git] / src / CMakeLists.txt
index b714e89f1fa06e684228086f521aae321967470b..3b3b326c454f9967ffef4a823507b737212616ea 100644 (file)
@@ -94,20 +94,22 @@ configure_file(
 )
 
 set(common_SRCS
+       inventorymanager.cpp
+       mods.cpp
+       serverremoteplayer.cpp
        content_abm.cpp
        craftdef.cpp
        nameidmapping.cpp
        tooldef.cpp
        nodedef.cpp
+       craftitemdef.cpp
        luaentity_common.cpp
        scriptapi.cpp
        script.cpp
        log.cpp
        content_sao.cpp
        mapgen.cpp
-       content_inventory.cpp
        content_nodemeta.cpp
-       content_craft.cpp
        content_mapnode.cpp
        auth.cpp
        collision.cpp
@@ -157,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
@@ -310,7 +312,9 @@ if(BUILD_CLIENT)
 
        #file(GLOB images "${CMAKE_CURRENT_SOURCE_DIR}/../data/textures/*.png")
        #install(FILES ${images} DESTINATION ${DATADIR}/textures)
-       install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data" DESTINATION ${DATADIR})
+       #file(GLOB datasubstuff "${CMAKE_CURRENT_SOURCE_DIR}/../data/*")
+       #install(DIRECTORY "${datasubstuff}" DESTINATION ${DATADIR})
+       install(DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/../data/" DESTINATION ${DATADIR})
 
        if(USE_GETTEXT)
                foreach(LOCALE ${GETTEXT_AVAILABLE_LOCALES})