From 2b8bdd5b349053e52d4172a4a38347d32eb0bd4e Mon Sep 17 00:00:00 2001 From: Stephan Witt Date: Mon, 24 Jan 2011 08:34:31 +0000 Subject: [PATCH] since r37306 tex2lyx uses src/LayoutFile too git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37307 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 42b2efec97..7fbd12f7f6 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 Color Counters Encoding FloatList Floating - Layout LayoutModuleList Lexer ModuleList TextClass + Layout LayoutFile LayoutModuleList Lexer ModuleList TextClass FontInfo Spacing) list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp) list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h) -- 2.39.2