cmake: sorry for the noise, seems may source dir was not clean

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38749 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-05-14 07:47:18 +00:00
parent 3090fee4e0
commit 1e7e6fd8e9

View File

@ -54,7 +54,7 @@ include_directories(
${LIBINTL_INCLUDE_DIR})
if(NOT LYX_MERGE_FILES OR APPLE)
if(NOT LYX_MERGE_FILES)
set(support_sources ${support_sources} ${support_mythes_sources} ${support_linkback_sources})
set(support_headers ${support_headers} ${support_mythes_headers} ${support_linkback_headers})
add_library(support ${library_type} ${support_sources} ${support_headers} ${dont_merge})