fix cmake

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23852 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
José Matox 2008-03-20 15:06:02 +00:00
parent eb1cc5ac22
commit b7800ca8de

View File

@ -14,6 +14,7 @@ set(LINKED_sources
${TOP_SRC_DIR}/src/Layout.cpp
${TOP_SRC_DIR}/src/TextClass.cpp
${TOP_SRC_DIR}/src/Lexer.cpp
${TOP_SRC_DIR}/src/lengthcommon.cpp
${TOP_SRC_DIR}/src/Color.cpp)
set(LINKED_headers
@ -25,7 +26,6 @@ set(tex2lyx_sources
${TOP_SRC_DIR}/src/tex2lyx/Context.cpp
${TOP_SRC_DIR}/src/tex2lyx/Font.cpp
${TOP_SRC_DIR}/src/tex2lyx/gettext.cpp
${TOP_SRC_DIR}/src/tex2lyx/lengthcommon.cpp
${TOP_SRC_DIR}/src/tex2lyx/Parser.cpp
${TOP_SRC_DIR}/src/tex2lyx/tex2lyx.cpp
${TOP_SRC_DIR}/src/tex2lyx/preamble.cpp