Skip to content
  • Artur Grunau's avatar
    Add Lua to external libraries · 564215a7
    Artur Grunau authored
    Lua has been selected to be the scripting language embedded in
    CAMPVis. This commit adds its CMake-enabled version as a submodule to
    the repository.
    
    To build Lua, set the CAMPVIS_BUILD_LIB_LUA option in CMake and
    initialise the Lua submodule using the following Git command:
    git submodule update --init
    
    References #1
    564215a7