]> git.lyx.org Git - features.git/commitdiff
too small for pchs
authorPeter Kümmel <syntheticpp@gmx.net>
Thu, 3 Dec 2009 22:22:27 +0000 (22:22 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Thu, 3 Dec 2009 22:22:27 +0000 (22:22 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32306 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/frontends/CMakeLists.txt

index cea656cce3e65f9e3282cda2d932dcc329a3214a..9b35780e83a499ede4387641ee45b7f4c112a373 100644 (file)
@@ -13,8 +13,6 @@ add_subdirectory(qt4)
 file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
 file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})
 
-lyx_add_msvc_pch(frontends)
-
 
 if(NOT MERGE_FILES)
        add_library(frontends ${library_type} ${frontends_sources} ${frontends_headers})
@@ -25,7 +23,5 @@ endif()
 
 target_link_libraries(frontends ${Lyx_Boost_Libraries})
 
-lyx_add_gcc_pch(frontends)
-
 project_source_group("${GROUP_CODE}" frontends_sources frontends_headers)