From 006f5472c86bcb791ac25b16f4b15cbbd3e380d5 Mon Sep 17 00:00:00 2001 From: doomchild Date: Mon, 10 May 2010 16:27:12 -0500 Subject: [PATCH] added Creatures_C.cpp to build list --- dfhack/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dfhack/CMakeLists.txt b/dfhack/CMakeLists.txt index 0acce7388..b6adc6926 100644 --- a/dfhack/CMakeLists.txt +++ b/dfhack/CMakeLists.txt @@ -52,6 +52,7 @@ modules/Buildings_C.cpp modules/Constructions_C.cpp modules/Maps_C.cpp modules/Vegetation_C.cpp +modules/Creatures_C.cpp ) SET(PROJECT_HDRS_LINUX