]> git.lyx.org Git - lyx.git/blobdiff - lib/examples/CMakeLists.txt
Dutch doc updates by Niko
[lyx.git] / lib / examples / CMakeLists.txt
index 5e78b2721ec0ae47edf765c30dee59561a6c383b..3bbc4c106b44c36c9601e02b05edb15f8486935f 100644 (file)
@@ -4,8 +4,10 @@
 # Copyright (c) 2012 Kornel Benko, <kornel@lyx.org>
 #
 
-project(test)
+project(testExamples)
 
-foreach(_arg longsheet.gnumeric iecc05.fen beamer-icsi-logo.pdf)
-  configure_file(${_arg} "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
+foreach(_arg "External_Material/longsheet.gnumeric"
+             "Graphics_and_Insets/iecc05.fen"
+             "Presentations/beamer-icsi-logo.pdf")
+  configure_file("${_arg}" "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
 endforeach(_arg)