From d1c9f59259ad145f929645c487cac94f999365c9 Mon Sep 17 00:00:00 2001 From: Emmanuel Lepage Vallee Date: Sat, 14 Jan 2023 17:22:13 -0800 Subject: [PATCH] cmake: Support splitted documentation examples templates. They can now use multiple files. Some of the templates are getting unmaintainable and would benefit from being multiple small widgets. --- tests/examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/examples/CMakeLists.txt b/tests/examples/CMakeLists.txt index 2fa4e286c..c3f9adfbf 100644 --- a/tests/examples/CMakeLists.txt +++ b/tests/examples/CMakeLists.txt @@ -58,6 +58,7 @@ ${TOP_SOURCE_DIR}/lib/?/init.lua\\;\ ${TOP_SOURCE_DIR}/lib/?\\;\ ${TOP_SOURCE_DIR}/themes/?.lua\\;\ ${TOP_SOURCE_DIR}/themes/?\\;\ +${TOP_SOURCE_DIR}/tests/examples/?.lua\\;\ ${LUA_PATH_}") # Add the C API shims.