]> git.lyx.org Git - lyx.git/blob - development/cmake/lyx2lyx/CMakeLists.txt
Missing definition of PACKAGE_STRING
[lyx.git] / development / cmake / lyx2lyx / CMakeLists.txt
1 # This file is part of LyX, the document processor.
2 # Licence details can be found in the file COPYING.
3 #
4 # Copyright (c) 2008, 2009 Peter Kümmel, <syntheticpp@gmx.net>
5 # Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
6 #
7
8 configure_file(${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx_version.py.in 
9                ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py)
10 install(FILES ${CMAKE_CURRENT_BINARY_DIR}/lyx2lyx_version.py DESTINATION lyx2lyx)
11
12 if (UNIX)
13   set(_project "lyx2lyx")
14   include(../PyCompile)
15 endif()
16
17 install(PROGRAMS ${TOP_SRC_DIR}/lib/lyx2lyx/lyx2lyx DESTINATION lyx2lyx)