]> git.lyx.org Git - lyx.git/blob - lib/examples/CMakeLists.txt
beamer: add French example files, patch from Jean-Pierre
[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(test)
8
9 foreach(_arg longsheet.gnumeric iecc05.fen beamer-icsi-logo.pdf)
10   configure_file(${_arg} "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
11 endforeach(_arg)