From: Pavel Sanda Date: Thu, 12 Feb 2009 08:23:12 +0000 (+0000) Subject: *cmake - patch from Kornel X-Git-Tag: 2.0.0~7238 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=4d847204ed4318954ff5c554a640b7ab48149894;p=features.git *cmake - patch from Kornel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@28465 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index d2aa33064d..0764326e97 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -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