mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
6fa12b0971
Use build tree only.
12 lines
331 B
CMake
12 lines
331 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(test)
|
|
|
|
foreach(_arg longsheet.gnumeric iecc05.fen beamer-icsi-logo.pdf)
|
|
configure_file(${_arg} "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)
|
|
endforeach(_arg)
|