2009-01-05 19:13:20 +00:00
|
|
|
|
# This file is part of LyX, the document processor.
|
|
|
|
|
# Licence details can be found in the file COPYING.
|
|
|
|
|
#
|
2009-01-06 18:51:00 +00:00
|
|
|
|
# Copyright (c) 2008, 2009 Peter K<>mmel, <syntheticpp@gmx.net>
|
|
|
|
|
# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
|
2009-01-05 19:13:20 +00:00
|
|
|
|
#
|
|
|
|
|
|
2009-01-18 14:45:57 +00:00
|
|
|
|
configure_file(${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx_version.py.in
|
|
|
|
|
${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py)
|
|
|
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION lyx2lyx)
|
2009-01-05 19:13:20 +00:00
|
|
|
|
|
2009-01-18 14:45:57 +00:00
|
|
|
|
if (UNIX)
|
|
|
|
|
set(_project "lyx2lyx")
|
|
|
|
|
include(../PyCompile)
|
|
|
|
|
endif()
|
2009-01-17 19:17:51 +00:00
|
|
|
|
|
2009-01-18 14:45:57 +00:00
|
|
|
|
install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION lyx2lyx)
|