diff options
| author | Alexander Gavrilov | 2012-01-07 19:21:07 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-01-07 19:21:07 +0400 |
| commit | f5e121a1963da0fc923b04db3ca99fdbd4328ad6 (patch) | |
| tree | bb9a4cdaef7311da02d918ef4a062300e444d153 /library/CMakeLists.txt | |
| parent | 0e90e6b78e58aacd964a57290481410728b8b256 (diff) | |
| download | dfhack-f5e121a1963da0fc923b04db3ca99fdbd4328ad6.tar.gz dfhack-f5e121a1963da0fc923b04db3ca99fdbd4328ad6.tar.bz2 dfhack-f5e121a1963da0fc923b04db3ca99fdbd4328ad6.tar.xz | |
Move a bunch of stuff from the jobutils plugin into the core.
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 808c13a1..e940264b 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -48,6 +48,7 @@ include/modules/Units.h include/modules/Engravings.h include/modules/Gui.h include/modules/Items.h +include/modules/Job.h include/modules/kitchen.h include/modules/Maps.h include/modules/MapCache.h @@ -88,6 +89,7 @@ modules/Units.cpp modules/Engravings.cpp modules/Gui.cpp modules/Items.cpp +modules/Job.cpp modules/kitchen.cpp modules/Maps.cpp modules/Materials.cpp |
