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.
This commit is contained in:
parent
3cb42b7a33
commit
d1c9f59259
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue