~lyx-outline-devel/lyx/lyx-stable.20x

« back to all changes in this revision

Viewing changes to lib/lyx2lyx/CMakeLists.txt

  • Committer: Richard Heck
  • Date: 2014-04-11 16:10:31 UTC
  • Revision ID: git-v1:7cdfa9b29a8a74f62fa722a4282d08db43f4f0b3
Better idea: Let's allow export of 2.1.x files. Someone might want to
do that. But let's not put it on the export menu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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-2011 Peter Kümmel, <syntheticpp@gmx.net>
 
5
# Copyright (c) 2008-2011 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 ${LYX_DATA_SUBDIR}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 ${LYX_DATA_SUBDIR}lyx2lyx)