2012-07-30 07:30:16 +00:00
|
|
|
# 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>
|
|
|
|
#
|
|
|
|
|
2017-03-30 12:01:56 +00:00
|
|
|
project(testExamples)
|
2012-07-30 07:30:16 +00:00
|
|
|
|
2019-03-19 09:56:06 +00:00
|
|
|
foreach(_arg "External_Material/longsheet.gnumeric"
|
2019-03-22 08:37:12 +00:00
|
|
|
"Graphics_and_Insets/iecc05.fen"
|
2019-03-19 09:56:06 +00:00
|
|
|
"Presentations/beamer-icsi-logo.pdf")
|
|
|
|
configure_file("${_arg}" "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
|
2012-07-30 07:30:16 +00:00
|
|
|
endforeach(_arg)
|