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:
Peter Kümmel 2010-03-07 11:28:57 +00:00
parent 3a5d681a9b
commit 257dce79d9

View File

@ -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