diff options
| author | Petr Mrázek | 2011-08-08 23:19:44 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-08 23:19:44 +0200 |
| commit | d860d3b3c687ba89ce8202cca2b5a7fcbe0d693f (patch) | |
| tree | c5ba26a45d4ea17dd4833289ddcc6e3d11e093a9 /CMakeLists.txt | |
| parent | b75072f89e8f065567024558134f7bdaead7f050 (diff) | |
| download | dfhack-d860d3b3c687ba89ce8202cca2b5a7fcbe0d693f.tar.gz dfhack-d860d3b3c687ba89ce8202cca2b5a7fcbe0d693f.tar.bz2 dfhack-d860d3b3c687ba89ce8202cca2b5a7fcbe0d693f.tar.xz | |
Add static lua lib
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cb2d2df..8de2f517 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,6 +71,10 @@ SET(DFHACK_DOXYGEN_DESTINATION dev/doxygen) OPTION(BUILD_LIBRARY "Build the library that goes into DF." ON) OPTION(BUILD_PLUGINS "Build the plugins." ON) +# build the static lua +INCLUDE_DIRECTORIES ( lua/include ) +add_subdirectory (lua) + IF(BUILD_LIBRARY) #add_subdirectory (dlib) add_subdirectory (library) |
