mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
acdd652e12
commit
c79d092953
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user