diff options
| author | Alexander Gavrilov | 2012-03-24 13:25:10 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-24 13:25:10 +0400 |
| commit | d865d54a90dcff0d30b8c7c3a95f8d8c2f24de62 (patch) | |
| tree | f9e61cc8fcd1153b63c4eca110920477e26360d8 /library/CMakeLists.txt | |
| parent | 053bfe345c566864b2337a8429072a24a2558493 (diff) | |
| download | dfhack-d865d54a90dcff0d30b8c7c3a95f8d8c2f24de62.tar.gz dfhack-d865d54a90dcff0d30b8c7c3a95f8d8c2f24de62.tar.bz2 dfhack-d865d54a90dcff0d30b8c7c3a95f8d8c2f24de62.tar.xz | |
Split LuaWrapper.cpp into two files.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 72bf91e6..ddc1837a 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -27,6 +27,8 @@ include/Console.h include/Core.h include/ColorText.h include/DataDefs.h +include/DataIdentity.h +include/LuaWrapper.h include/Error.h include/Export.h include/Hooks.h @@ -56,6 +58,7 @@ Core.cpp ColorText.cpp DataDefs.cpp LuaWrapper.cpp +LuaTypes.cpp DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp |
