From 58e828b0cd1074549ced04d51d13969a23857e23 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 5 Dec 2011 21:27:05 +0000 Subject: [PATCH] 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 --- development/cmake/src/tex2lyx/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5