diff options
| author | Alexander Gavrilov | 2012-03-31 15:40:54 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-03-31 15:40:54 +0400 |
| commit | 0f41608ed4b808205dd8734bbc52de64f6501c98 (patch) | |
| tree | 63229bc9c5cf3c37be28b062bae951bcfae8fb33 /library/CMakeLists.txt | |
| parent | 9384f0c842f817bf810b34e44bfa3be913e7e3fc (diff) | |
| download | dfhack-0f41608ed4b808205dd8734bbc52de64f6501c98.tar.gz dfhack-0f41608ed4b808205dd8734bbc52de64f6501c98.tar.bz2 dfhack-0f41608ed4b808205dd8734bbc52de64f6501c98.tar.xz | |
Pull console output support and REPL out of dfusion into core lib.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9de419b9..f8b05a04 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -29,6 +29,7 @@ include/ColorText.h include/DataDefs.h include/DataIdentity.h include/LuaWrapper.h +include/LuaTools.h include/Error.h include/Export.h include/Hooks.h @@ -58,6 +59,7 @@ ColorText.cpp DataDefs.cpp LuaWrapper.cpp LuaTypes.cpp +LuaTools.cpp DataStatics.cpp DataStaticsCtor.cpp DataStaticsFields.cpp @@ -295,6 +297,10 @@ install(TARGETS dfhack-run dfhack-client LIBRARY DESTINATION ${DFHACK_LIBRARY_DESTINATION} RUNTIME DESTINATION ${DFHACK_LIBRARY_DESTINATION}) +install(DIRECTORY lua/ + DESTINATION ${DFHACK_LUA_DESTINATION} + FILES_MATCHING PATTERN "*.lua") + # Unused for so long that it's not even relevant now... if(BUILD_DEVEL) if(WIN32) |
