From c79d09295308005077d2a0061b5043d6b8690a13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20K=C3=BCmmel?= Date: Thu, 3 Dec 2009 22:22:27 +0000 Subject: [PATCH] too small for pchs git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32306 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/frontends/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/development/cmake/src/frontends/CMakeLists.txt b/development/cmake/src/frontends/CMakeLists.txt index cea656cce3..9b35780e83 100644 --- a/development/cmake/src/frontends/CMakeLists.txt +++ b/development/cmake/src/frontends/CMakeLists.txt @@ -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) -- 2.39.5