From 248c6ded33b7a47ae16670552bb493632105b931 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Mon, 18 Feb 2013 16:34:19 +0100 Subject: [PATCH] Cmake tests: Add lyx-files for export testing recursively. --- development/autotests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development/autotests/CMakeLists.txt b/development/autotests/CMakeLists.txt index 131c8b91a7..d5ead7d783 100644 --- a/development/autotests/CMakeLists.txt +++ b/development/autotests/CMakeLists.txt @@ -64,7 +64,7 @@ endmacro() foreach(libsubfolder doc examples) set(LIBSUB_SRC_DIR "${TOP_SRC_DIR}/lib/${libsubfolder}") - file(GLOB lyx_files RELATIVE "${LIBSUB_SRC_DIR}" "${LIBSUB_SRC_DIR}/*.lyx") + file(GLOB_RECURSE lyx_files RELATIVE "${LIBSUB_SRC_DIR}" "${LIBSUB_SRC_DIR}/*.lyx") foreach(f ${lyx_files}) # Strip extension string(REGEX REPLACE "\\.lyx$" "" f ${f}) -- 2.39.5