summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2020-05-22 13:23:25 +0200
committerGitHub <noreply@github.com>2020-05-22 13:23:25 +0200
commit1357ea1da25bf01acaf95d5f5419d4f83a84ed61 (patch)
treef75fee87e8edd827c26c02988390554ea662b73d /src/CMakeLists.txt
parent1bcdc2d7e9d91f21cd9be2836b777c5088313fa8 (diff)
downloadminetest-1357ea1da25bf01acaf95d5f5419d4f83a84ed61.tar.gz
minetest-1357ea1da25bf01acaf95d5f5419d4f83a84ed61.tar.bz2
minetest-1357ea1da25bf01acaf95d5f5419d4f83a84ed61.zip
Cleanup of particle & particlespawner structures and code (#9893)
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index dd68ceec9..3d6d1b0ea 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -427,6 +427,7 @@ set(common_SRCS
noise.cpp
objdef.cpp
object_properties.cpp
+ particles.cpp
pathfinder.cpp
player.cpp
porting.cpp