]> git.lyx.org Git - lyx.git/blob - development/cmake/scripts/CMakeLists.txt
Check for python before updating po-files
[lyx.git] / development / cmake / scripts / 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 if (UNIX)
9   set(_project "scripts")
10   include(../PyCompile)
11 endif()
12