Am 13.04.2016 um 00:15 schrieb Kornel Benko:

Could you check where the files comes from?

Hi Kornel,

It is the attached file. It is already in the tarball in the folder
~\lib\examples

I see now that it is also in
~\lib\examples
in Git master. Therefore it is in the tarball. I nevertheless wonder if this file needs to be in the tarball.

thanks for having a look and regards
Uwe
# This file is part of LyX, the document processor.
# Licence details can be found in the file COPYING.
#
# Copyright (c) 2012 Kornel Benko, <kor...@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)

Reply via email to