mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 02:49:46 +00:00
Cmake build: Project names *should* be uniq
This commit is contained in:
parent
dc7ac99d18
commit
0d6c64a4eb
@ -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)
|
||||
|
@ -3,7 +3,7 @@
|
||||
#
|
||||
# Copyright (c) 2013 Kornel Benko, <kornel@lyx.org>
|
||||
|
||||
project(test)
|
||||
project(testFrontends)
|
||||
|
||||
set(TESTS "test_biblio")
|
||||
|
||||
|
@ -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")
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user