Remove AppleSpellChecker.* from non-apple platform

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34802 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Kornel Benko 2010-07-07 21:13:39 +00:00
parent 0a326e90f7
commit ef6de90bb5

View File

@ -32,6 +32,13 @@ list(REMOVE_ITEM lyx_sources
${TOP_SRC_DIR}/src/Section.cpp
${TOP_SRC_DIR}/src/lyxcore.cpp)
if(NOT APPLE)
list(REMOVE_ITEM lyx_sources
${TOP_SRC_DIR}/src/AppleSpellChecker.cpp)
list(REMOVE_ITEM lyx_headers
${TOP_SRC_DIR}/src/AppleSpellChecker.h)
endif()
list(REMOVE_ITEM lyx_headers
${TOP_SRC_DIR}/src/EnchantChecker.h
${TOP_SRC_DIR}/src/AspellChecker.h