tests: Expose the themes to the examples tests
This commit is contained in:
parent
548b15e883
commit
e01de8d977
|
@ -18,7 +18,9 @@ execute_process(COMMAND lua -e print\(package.path\) OUTPUT_VARIABLE "LUA_PATH_"
|
|||
set(LUA_PATH2_ "\
|
||||
${CMAKE_SOURCE_DIR}/lib/?.lua;\
|
||||
${CMAKE_SOURCE_DIR}/lib/?/init.lua;\
|
||||
${CMAKE_SOURCE_DIR}/lib/?;"
|
||||
${CMAKE_SOURCE_DIR}/lib/?;\
|
||||
${CMAKE_SOURCE_DIR}/themes/?.lua;\
|
||||
${CMAKE_SOURCE_DIR}/themes/?;"
|
||||
)
|
||||
|
||||
# Add the C API shims.
|
||||
|
|
Loading…
Reference in New Issue