diff options
author | Loïc Blot <loic.blot@unix-experience.fr> | 2019-02-26 08:53:53 +0100 |
---|---|---|
committer | Loïc Blot <loic.blot@unix-experience.fr> | 2019-02-26 08:53:53 +0100 |
commit | 111f1dc9c5f336f5b4f12c15940dc4cc2cbe7f82 (patch) | |
tree | 3d5039d7fcddcd5aac3ba9fa6dd124b0f4bb7884 /src/script/lua_api/CMakeLists.txt | |
parent | 911db0e25613e57d436ca39ee055d2fb4ee771aa (diff) | |
download | minetest-111f1dc9c5f336f5b4f12c15940dc4cc2cbe7f82.tar.xz |
Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)"
This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
Diffstat (limited to 'src/script/lua_api/CMakeLists.txt')
-rw-r--r-- | src/script/lua_api/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/script/lua_api/CMakeLists.txt b/src/script/lua_api/CMakeLists.txt index 97e5ad1ec..32f6a2793 100644 --- a/src/script/lua_api/CMakeLists.txt +++ b/src/script/lua_api/CMakeLists.txt @@ -31,6 +31,7 @@ set(client_SCRIPT_LUA_API_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/l_localplayer.cpp ${CMAKE_CURRENT_SOURCE_DIR}/l_mainmenu.cpp ${CMAKE_CURRENT_SOURCE_DIR}/l_minimap.cpp + ${CMAKE_CURRENT_SOURCE_DIR}/l_particles_local.cpp ${CMAKE_CURRENT_SOURCE_DIR}/l_sound.cpp ${CMAKE_CURRENT_SOURCE_DIR}/l_storage.cpp PARENT_SCOPE) |