mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
cmake: fix merge build
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33661 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3a5d681a9b
commit
257dce79d9
@ -55,8 +55,8 @@ if(NOT MERGE_FILES)
|
||||
add_library(support ${library_type} ${support_sources} ${support_headers} ${dont_merge})
|
||||
else()
|
||||
# GCC bug: gcc resolves ::bind as boost::bind
|
||||
list(REMOVE_ITEM support_sources ${TOP_SRC_DIR}/src/support/socktools.cpp)
|
||||
set(support_separate ${TOP_SRC_DIR}/src/support/socktools.cpp)
|
||||
set(support_separate ${TOP_SRC_DIR}/src/support/socktools.cpp ${TOP_SRC_DIR}/src/support/Messages.cpp)
|
||||
list(REMOVE_ITEM support_sources ${support_separate})
|
||||
lyx_const_touched_files(_allinone support_sources)
|
||||
set(depends_moc ${support_headers})
|
||||
set_source_files_properties(_allinone_const.C
|
||||
|
Loading…
Reference in New Issue
Block a user