X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2FCMakeLists.txt;h=9d699e976bcf887388f0d1779faa17ef91e0ec11;hb=8492796a5c45787810aad7fe08fc63cadc0c96b5;hp=f75c182bd0850476cd3e92ceb1139c1baa42ef2e;hpb=ee8b6d34447acab3ffb318dc8c070df890c1b810;p=oweals%2Fminetest.git diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f75c182bd..9d699e976 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -94,6 +94,13 @@ configure_file( ) set(common_SRCS + craftdef.cpp + nameidmapping.cpp + tooldef.cpp + nodedef.cpp + luaentity_common.cpp + scriptapi.cpp + script.cpp log.cpp content_sao.cpp mapgen.cpp