]> git.lyx.org Git - features.git/commitdiff
*cmake - patch from Kornel
authorPavel Sanda <sanda@lyx.org>
Thu, 12 Feb 2009 08:23:12 +0000 (08:23 +0000)
committerPavel Sanda <sanda@lyx.org>
Thu, 12 Feb 2009 08:23:12 +0000 (08:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28465 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/tex2lyx/CMakeLists.txt

index d2aa33064dd2f6d5ae028a15dea9a299b4be8736..0764326e97e138c6470385a8bc747fcae5e4d791 100644 (file)
@@ -17,7 +17,8 @@ set(LINKED_sources
        ${TOP_SRC_DIR}/src/TextClass.cpp
        ${TOP_SRC_DIR}/src/Lexer.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
        ${TOP_SRC_DIR}/src/Layout.h