summaryrefslogtreecommitdiff
path: root/library/CMakeLists.txt
diff options
context:
space:
mode:
authorAlexander Gavrilov2012-08-19 09:31:09 +0400
committerAlexander Gavrilov2012-08-19 09:31:09 +0400
commitb8ee52131bccd174f06c9124980bbcb8df7c80e4 (patch)
treea6a665c6d454f9a9d2610bba9f05b8571dc513d9 /library/CMakeLists.txt
parentfd0bf2ef929d3bc98570012b21e6e603c570a8f6 (diff)
downloaddfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.gz
dfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.bz2
dfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.xz
Add a module for painting tiles into the gps global.
Diffstat (limited to 'library/CMakeLists.txt')
-rw-r--r--library/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt
index cd3d52c8..109a97e7 100644
--- a/library/CMakeLists.txt
+++ b/library/CMakeLists.txt
@@ -119,6 +119,7 @@ include/modules/Maps.h
include/modules/MapCache.h
include/modules/Materials.h
include/modules/Notes.h
+include/modules/Screen.h
include/modules/Translation.h
include/modules/Vegetation.h
include/modules/Vermin.h
@@ -139,6 +140,7 @@ modules/kitchen.cpp
modules/Maps.cpp
modules/Materials.cpp
modules/Notes.cpp
+modules/Screen.cpp
modules/Translation.cpp
modules/Vegetation.cpp
modules/Vermin.cpp