]> git.lyx.org Git - features.git/commitdiff
fix cmake
authorJosé Matox <jamatos@lyx.org>
Thu, 20 Mar 2008 15:06:02 +0000 (15:06 +0000)
committerJosé Matox <jamatos@lyx.org>
Thu, 20 Mar 2008 15:06:02 +0000 (15:06 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23852 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/tex2lyx/CMakeLists.txt

index 356867cdddd584283b90b132f9fb2d83f82fc99d..dcfb3b821532754056d56ea206cb02c206492896 100644 (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