*cmake - patch from Kornel

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28465 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-02-12 08:23:12 +00:00
parent a12e81fe06
commit 4d847204ed

View File

@ -17,7 +17,8 @@ set(LINKED_sources
${TOP_SRC_DIR}/src/TextClass.cpp ${TOP_SRC_DIR}/src/TextClass.cpp
${TOP_SRC_DIR}/src/Lexer.cpp ${TOP_SRC_DIR}/src/Lexer.cpp
${TOP_SRC_DIR}/src/lengthcommon.cpp ${TOP_SRC_DIR}/src/lengthcommon.cpp
${TOP_SRC_DIR}/src/Color.cpp) ${TOP_SRC_DIR}/src/Color.cpp
${TOP_SRC_DIR}/src/ModuleList.cpp)
set(LINKED_headers set(LINKED_headers
${TOP_SRC_DIR}/src/Layout.h ${TOP_SRC_DIR}/src/Layout.h