too small for pchs

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32306 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2009-12-03 22:22:27 +00:00
parent acdd652e12
commit c79d092953

View 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)