From: Uwe Stöhr Date: Mon, 5 Dec 2011 21:27:05 +0000 (+0000) Subject: tex2lyx/CMakeLists.txt: revert part of r40384 that should not have gone in X-Git-Tag: 2.0.3~155 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=58e828b0cd1074549ced04d51d13969a23857e23;p=features.git tex2lyx/CMakeLists.txt: revert part of r40384 that should not have gone in git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40385 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 6ba1384fca..fc8810991e 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -14,7 +14,7 @@ set(LINKED_headers) foreach(_src insets/InsetLayout Author Color Counters Encoding FloatList Floating FontInfo LaTeXPackages - Layout LayoutFile LayoutModuleList lengthcommon Lexer + Layout LayoutFile LayoutModuleList Lexer ModuleList Spacing TextClass version) list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp) list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)