]> git.lyx.org Git - lyx.git/blob - lib/examples/CMakeLists.txt
Update ru docs
[lyx.git] / lib / examples / CMakeLists.txt
1 # This file is part of LyX, the document processor.
2 # Licence details can be found in the file COPYING.
3 #
4 # Copyright (c) 2012 Kornel Benko, <kornel@lyx.org>
5 #
6
7 project(testExamples)
8
9 foreach(_arg "External_Material/longsheet.gnumeric"
10              "Graphics_and_Insets/iecc05.fen"
11              "Presentations/beamer-icsi-logo.pdf")
12   configure_file("${_arg}" "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
13 endforeach(_arg)