]> git.lyx.org Git - features.git/commitdiff
Fix cmake after r28575. Patch from Kornel.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 21 Feb 2009 22:37:25 +0000 (22:37 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 21 Feb 2009 22:37:25 +0000 (22:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28579 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/src/tex2lyx/CMakeLists.txt

index 0764326e97e138c6470385a8bc747fcae5e4d791..103a286f2ece6985d33616f014eef59b2e55b6cc 100644 (file)
@@ -14,6 +14,7 @@ set(LINKED_sources
        ${TOP_SRC_DIR}/src/Floating.cpp
        ${TOP_SRC_DIR}/src/Counters.cpp
        ${TOP_SRC_DIR}/src/Layout.cpp
+       ${TOP_SRC_DIR}/src/LayoutModuleList.cpp
        ${TOP_SRC_DIR}/src/TextClass.cpp
        ${TOP_SRC_DIR}/src/Lexer.cpp
        ${TOP_SRC_DIR}/src/lengthcommon.cpp
@@ -22,6 +23,7 @@ set(LINKED_sources
 
 set(LINKED_headers
        ${TOP_SRC_DIR}/src/Layout.h
+       ${TOP_SRC_DIR}/src/LayoutModuleList.h
        ${TOP_SRC_DIR}/src/TextClass.h)
 
 set(tex2lyx_sources