File: CMakeLists.txt

package info (click to toggle)
lyx 2.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 116,892 kB
  • sloc: cpp: 399,285; ansic: 106,433; python: 26,894; sh: 6,712; makefile: 5,468; pascal: 2,053; objc: 1,020; perl: 777; tcl: 163; xml: 153; sed: 16
file content (11 lines) | stat: -rw-r--r-- 339 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# 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)