From 2fa16f981f6e5d86ac5938821e0c533786b60fc7 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Sun, 6 May 2018 14:24:42 +0200 Subject: Upgrade config schema Change the way to load LUA scripts. They are now considerate as Plugin and loads with them. This imply rework of how to search and find plugins as well as the way to load LUA. Also load an harcoded LUA scripts providing LUA helpers and managing global variables lock unlock mechanism Change-Id: I64e38aa27278d0cfdca787155db2d0c89953f905 Signed-off-by: Romain Forlot --- ctl-lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctl-lib/CMakeLists.txt') diff --git a/ctl-lib/CMakeLists.txt b/ctl-lib/CMakeLists.txt index 4f29014..3ab0774 100644 --- a/ctl-lib/CMakeLists.txt +++ b/ctl-lib/CMakeLists.txt @@ -19,7 +19,7 @@ # Include LUA only when requested if(CONTROL_SUPPORT_LUA) message(STATUS "Notice: LUA Controler Support Selected") - set(CTL_LUA_SOURCE ctl-lua.c ctl-timer.c) + set(CTL_LUA_SOURCE ctl-lua.c ctl-timer.c ctl-lua-utils.c) ADD_COMPILE_OPTIONS(-DCONTROL_SUPPORT_LUA) else(CONTROL_SUPPORT_LUA) message(STATUS "Warning: LUA Without Support ") -- cgit 1.2.3-korg