mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 17:09:56 +00:00
cmake: sync with trunk, should be uncritical
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34575 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
f2b85d8a7c
commit
69d6de9917
@ -13,7 +13,6 @@ add_subdirectory(qt4)
|
|||||||
file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
|
file(GLOB frontends_sources ${TOP_SRC_DIR}/src/frontends/${LYX_CPP_FILES})
|
||||||
file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})
|
file(GLOB frontends_headers ${TOP_SRC_DIR}/src/frontends/${LYX_HPP_FILES})
|
||||||
|
|
||||||
lyx_add_msvc_pch(frontends)
|
|
||||||
|
|
||||||
if(NOT MERGE_FILES)
|
if(NOT MERGE_FILES)
|
||||||
add_library(frontends ${library_type} ${frontends_sources} ${frontends_headers})
|
add_library(frontends ${library_type} ${frontends_sources} ${frontends_headers})
|
||||||
|
Loading…
Reference in New Issue
Block a user