]> git.lyx.org Git - features.git/commit
backport CMake efforts to branch to be able to compile LyX 2.0.x the same way as...
authorUwe Stöhr <uwestoehr@web.de>
Sat, 14 May 2011 21:35:36 +0000 (21:35 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sat, 14 May 2011 21:35:36 +0000 (21:35 +0000)
commit9eb6b3b8ac0d5f85f2d81e051a42eabdc24e828b
tree62679bcadc709ace401a8e6a0a79a9b4aa3e61b6
parent334294fb1a26947a47576eb2d290b32c040ba881
backport CMake efforts to branch to be able to compile LyX 2.0.x the same way as trunk

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@38758 a592a061-630c-0410-9148-cb99ea01b6c8
18 files changed:
boost/CMakeLists.txt [new file with mode: 0644]
boost/libs/CMakeLists.txt [new file with mode: 0644]
boost/libs/regex/CMakeLists.txt [new file with mode: 0644]
boost/libs/signals/CMakeLists.txt [new file with mode: 0644]
development/cmake/PyCompile.cmake
development/cmake/config.h.cmake
development/cmake/configCompiler.h.msvc
lib/lyx2lyx/CMakeLists.txt [new file with mode: 0644]
lib/scripts/CMakeLists.txt [new file with mode: 0644]
po/CMakeLists.txt [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/frontends/CMakeLists.txt [new file with mode: 0644]
src/frontends/qt4/CMakeLists.txt [new file with mode: 0644]
src/graphics/CMakeLists.txt [new file with mode: 0644]
src/insets/CMakeLists.txt [new file with mode: 0644]
src/mathed/CMakeLists.txt [new file with mode: 0644]
src/support/CMakeLists.txt [new file with mode: 0644]
src/tex2lyx/CMakeLists.txt [new file with mode: 0644]