]> git.lyx.org Git - features.git/commit
cmake build system:
authorPeter Kümmel <syntheticpp@gmx.net>
Tue, 20 Mar 2007 22:13:21 +0000 (22:13 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Tue, 20 Mar 2007 22:13:21 +0000 (22:13 +0000)
commit531e4b726dadbefc50ad707b4a72d1343a39660f
tree2518dfe42ad23898b803d899fc7fe9058d8be073
parentace24185986a7d0af523513b3aba12fcc6bc046a
cmake build system:
   Add "merge" option which minimizes the number of files to build.
   only the qt4 and boost files will not merged into one file.
   This really speeds up the compilation.
   Usage:
     cmake ../trunk/development/cmake -Dmerge=1

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17495 a592a061-630c-0410-9148-cb99ea01b6c8
development/cmake/CMakeLists.txt
development/cmake/modules/LyXMacros.cmake
development/cmake/src/CMakeLists.txt
development/cmake/src/frontends/CMakeLists.txt
development/cmake/src/frontends/controllers/CMakeLists.txt
development/cmake/src/graphics/CMakeLists.txt
development/cmake/src/insets/CMakeLists.txt
development/cmake/src/mathed/CMakeLists.txt
development/cmake/src/support/CMakeLists.txt
development/cmake/src/tex2lyx/CMakeLists.txt