mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-14 06:57:01 +00:00
ed50dbfe0f
development/cmake/PyCompile.cmake common code for creating .pyc and .pyo files for scripts and lyx2lyx python files development/cmake/scripts/CMakeLists.txt sets a variable and includes development/cmake/PyCompile.cmake git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28098 a592a061-630c-0410-9148-cb99ea01b6c8
9 lines
261 B
CMake
9 lines
261 B
CMake
# This file is part of LyX, the document processor.
|
|
# Licence details can be found in the file COPYING.
|
|
#
|
|
# Copyright (c) 2009, Peter Kümmel, <syntheticpp@gmx.net>
|
|
# , Kornel Benko, <Kornel.Benko@berlin.de>
|
|
#
|
|
|
|
set(_project "scripts")
|
|
#include(../PyCompile) |