]> git.lyx.org Git - features.git/blobdiff - development/autotests/CMakeLists.txt
Add examples to export tests (CMake & autotools)
[features.git] / development / autotests / CMakeLists.txt
index 3e643fe1421fd867b0b93e2efae850e80c6a556a..131c8b91a7db91e2fc408a898d469a39682b1a89 100644 (file)
@@ -62,7 +62,7 @@ macro(getdefaultoutputformat filepath varname)
   endforeach()
 endmacro()
 
-foreach(libsubfolder doc)
+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")
   foreach(f ${lyx_files})