summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-12-03 03:23:14 +0200
committerPerttu Ahola <celeron55@gmail.com>2011-12-03 03:23:14 +0200
commit2f4a92d70192468096e35974f0725532aef837b1 (patch)
treef8933e9d19539021d07e46ea268fa5bd4347feb7 /src/CMakeLists.txt
parent324c5449224e010a2cebbebff11fba2f2b96d7b0 (diff)
downloadminetest-2f4a92d70192468096e35974f0725532aef837b1.tar.gz
minetest-2f4a92d70192468096e35974f0725532aef837b1.tar.bz2
minetest-2f4a92d70192468096e35974f0725532aef837b1.zip
Better mod loading error handling
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 dca02f571..a0e063465 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -94,6 +94,7 @@ configure_file(
)
set(common_SRCS
+ mods.cpp
serverremoteplayer.cpp
content_abm.cpp
craftdef.cpp