lyx_mirror/lib/examples/CMakeLists.txt
2017-03-30 14:01:56 +02:00

12 lines
339 B
CMake

# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
# Copyright (c) 2012 Kornel Benko, <kornel@lyx.org>
#
project(testExamples)
foreach(_arg longsheet.gnumeric iecc05.fen beamer-icsi-logo.pdf)
configure_file(${_arg} "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
endforeach(_arg)