diff NEWS @ 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 8cc3ca64a534
children ad8f30fc28d1
line wrap: on
line diff
--- a/NEWS	Mon Feb 19 21:52:04 2018 +0100
+++ b/NEWS	Tue Feb 20 11:14:59 2018 +0100
@@ -12,6 +12,12 @@
 * New URI: "/tools/create-media-extended" to generate a DICOMDIR
   archive from several resources, including additional type-3 tags
 
+Lua
+---
+
+* New CMake option: "-DENABLE_LUA_MODULES=ON" to enable support for
+  loading external Lua modules if the Lua engine is statically linked
+
 Maintenance
 -----------