1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-18 05:37:11 +00:00
2019-03-22 09:38:05 +01:00

14 lines
425 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 "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)