mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
cmake: also build merged on mac
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37152 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
23ac011dc8
commit
759eb1826d
@ -10,7 +10,7 @@ file(GLOB support_sources ${TOP_SRC_DIR}/src/support/${LYX_CPP_FILES})
|
||||
file(GLOB moc_files ${TOP_SRC_DIR}/src/support/${LYX_MOC_FILES})
|
||||
list(REMOVE_ITEM support_sources ${moc_files} .)
|
||||
if(APPLE)
|
||||
list(APPEND support_sources ${TOP_SRC_DIR}/src/support/AppleSpeller.m)
|
||||
list(APPEND dont_merge ${TOP_SRC_DIR}/src/support/AppleSpeller.m)
|
||||
endif()
|
||||
|
||||
file(GLOB support_headers ${TOP_SRC_DIR}/src/support/${LYX_HPP_FILES})
|
||||
@ -38,7 +38,7 @@ else()
|
||||
endif()
|
||||
|
||||
# needed to compile tex2lyx in merged mode
|
||||
set(dont_merge ${TOP_SRC_DIR}/src/support/gettext.cpp)
|
||||
set(dont_merge ${dont_merge} ${TOP_SRC_DIR}/src/support/gettext.cpp)
|
||||
|
||||
lyx_add_msvc_pch(support)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user