diff options
| author | Alexander Gavrilov | 2012-04-26 12:56:28 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-26 12:56:28 +0400 |
| commit | 16ee049664765f2644d2ef83ad15d5ab101cd4e2 (patch) | |
| tree | 3f2d4ed489f595e0c568aff75ef154ef4d22b34a /library/CMakeLists.txt | |
| parent | 6ab270d129e098f0200824a798ad2117a6ec33c8 (diff) | |
| download | dfhack-16ee049664765f2644d2ef83ad15d5ab101cd4e2.tar.gz dfhack-16ee049664765f2644d2ef83ad15d5ab101cd4e2.tar.bz2 dfhack-16ee049664765f2644d2ef83ad15d5ab101cd4e2.tar.xz | |
Split off the burrows api from Maps and Units.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index b4ea751e..c052df9c 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -100,6 +100,7 @@ Process-linux.cpp SET(MODULE_HEADERS include/modules/Buildings.h +include/modules/Burrows.h include/modules/Constructions.h include/modules/Units.h include/modules/Engravings.h @@ -120,6 +121,7 @@ include/modules/Graphic.h SET( MODULE_SOURCES modules/Buildings.cpp +modules/Burrows.cpp modules/Constructions.cpp modules/Units.cpp modules/Engravings.cpp |
