diff Resources/CMake/OrthancFrameworkParameters.cmake @ 2478:1e2d5e14b3d3 lua_dll

New CMake option: ENABLE_LUA_MODULES to enable Lua modules
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Feb 2018 11:14:59 +0100
parents ade8b4ddd8a6
children 0611aa383e62
line wrap: on
line diff
--- a/Resources/CMake/OrthancFrameworkParameters.cmake	Mon Feb 19 21:52:04 2018 +0100
+++ b/Resources/CMake/OrthancFrameworkParameters.cmake	Tue Feb 20 11:14:59 2018 +0100
@@ -34,6 +34,7 @@
 set(ENABLE_PKCS11 OFF CACHE BOOL "Enable PKCS#11 for HTTPS client authentication using hardware security modules and smart cards")
 set(ENABLE_PROFILING OFF CACHE BOOL "Whether to enable the generation of profiling information with gprof")
 set(ENABLE_SSL ON CACHE BOOL "Include support for SSL")
+set(ENABLE_LUA_MODULES OFF CACHE BOOL "Enable support for loading external Lua modules (only meaningful if using static version of the Lua engine)")
 
 # Parameters to fine-tune linking against system libraries
 set(USE_SYSTEM_BOOST ON CACHE BOOL "Use the system version of Boost")