diff options
| author | Alexander Gavrilov | 2012-04-06 18:00:54 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-04-06 18:00:54 +0400 |
| commit | 2640addf49d48092104b1ba14518895a5765359d (patch) | |
| tree | 74e4ffdc9c087c2b464f1eea265051a8bd8433d4 /library/CMakeLists.txt | |
| parent | 903e9ee716e4f84f692eadcc60190223ace250d8 (diff) | |
| download | dfhack-2640addf49d48092104b1ba14518895a5765359d.tar.gz dfhack-2640addf49d48092104b1ba14518895a5765359d.tar.bz2 dfhack-2640addf49d48092104b1ba14518895a5765359d.tar.xz | |
Split LuaTools.cpp to separate core utils from general dfhack api.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index d0410850..b4ea751e 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -59,6 +59,7 @@ DataDefs.cpp LuaWrapper.cpp LuaTypes.cpp LuaTools.cpp +LuaApi.cpp DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp |
