mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
13 lines
307 B
CMake
13 lines
307 B
CMake
|
# This file is part of LyX, the document processor.
|
|||
|
# Licence details can be found in the file COPYING.
|
|||
|
#
|
|||
|
# Copyright (c) 2008, 2009 Peter K<>mmel, <syntheticpp@gmx.net>
|
|||
|
# Copyright (c) 2008, 2009 Kornel Benko, <Kornel.Benko@berlin.de>
|
|||
|
#
|
|||
|
|
|||
|
if (UNIX)
|
|||
|
set(_project "scripts")
|
|||
|
include(../PyCompile)
|
|||
|
endif()
|
|||
|
|