From: Vincent van Ravesteijn Date: Sat, 21 Feb 2009 22:37:25 +0000 (+0000) Subject: Fix cmake after r28575. Patch from Kornel. X-Git-Tag: 2.0.0~7171 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a833b6f097bb581a58f894aa8d14bc64962a269d;p=features.git Fix cmake after r28575. Patch from Kornel. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28579 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 0764326e97..103a286f2e 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -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