Cmake build: Project names *should* be uniq

This commit is contained in:
Kornel Benko 2017-03-30 14:01:56 +02:00
parent dc7ac99d18
commit 0d6c64a4eb
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
# Copyright (c) 2012 Kornel Benko, <kornel@lyx.org>
#
project(test)
project(testExamples)
foreach(_arg longsheet.gnumeric iecc05.fen beamer-icsi-logo.pdf)
configure_file(${_arg} "${CMAKE_CURRENT_BINARY_DIR}/${_arg}" COPYONLY)

View File

@ -3,7 +3,7 @@
#
# Copyright (c) 2013 Kornel Benko, <kornel@lyx.org>
project(test)
project(testFrontends)
set(TESTS "test_biblio")

View File

@ -4,7 +4,7 @@
# Copyright (c) 2012 Kornel Benko, <kornel@lyx.org>
#
project(test)
project(testTex2lyx)
#file(GLOB _tex_tests RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}" "${CMAKE_CURRENT_SOURCE_DIR}/*.ltx" "${CMAKE_CURRENT_SOURCE_DIR}/*.tex")
#