aboutsummaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-18 02:30:33 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-18 02:30:33 +0300
commitcced6aaf8db60e4a28e290f4ca235661037193aa (patch)
tree8aab72e6cddbc9f6e1f11fc1eec1d4d937165cb4 /src/CMakeLists.txt
parenta23f6a1548147102a3ddbe044b27c02eaaae059d (diff)
downloaddragonfireclient-cced6aaf8db60e4a28e290f4ca235661037193aa.tar.xz
separated inventory-related game content to content_inventory.{h,cpp}
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 3ee49f327..64e63e272 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -50,6 +50,7 @@ configure_file(
)
set(common_SRCS
+ content_inventory.cpp
content_nodemeta.cpp
content_craft.cpp
content_mapblock.cpp