summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-10-16 12:45:00 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-10-16 12:45:00 +0300
commit4846846a2d28e06f347cb46ffe6be2a42337eb32 (patch)
treea3006c2ce74b3ff26ced1316ff99bb9b9b459cfa /src/CMakeLists.txt
parent414c61489319a56341ac5be808587c8c3ca84255 (diff)
downloadminetest-4846846a2d28e06f347cb46ffe6be2a42337eb32.tar.gz
minetest-4846846a2d28e06f347cb46ffe6be2a42337eb32.tar.bz2
minetest-4846846a2d28e06f347cb46ffe6be2a42337eb32.zip
Initially add small and tight logging facility
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 6254d027e..afe8a58c0 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -90,6 +90,7 @@ configure_file(
)
set(common_SRCS
+ log.cpp
content_sao.cpp
mapgen.cpp
content_inventory.cpp