From b143ce01481682859e21198cf594c633be2dd1ba Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Fri, 30 Oct 2009 06:06:28 +0000 Subject: [PATCH] Added Spacing.cpp to the list for tex2lyx too git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31805 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/tex2lyx/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index ac844c60da..95e39b45aa 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -14,7 +14,8 @@ set(LINKED_headers) foreach(_src insets/InsetLayout Color Counters Encoding FloatList Floating - Layout LayoutModuleList Lexer ModuleList TextClass) + Layout 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) endforeach(_src) @@ -23,9 +24,6 @@ file(GLOB tex2lyx_sources ${TOP_SRC_DIR}/src/tex2lyx/${LYX_CPP_FILES}) file(GLOB tex2lyx_headers ${TOP_SRC_DIR}/src/tex2lyx/${LYX_HPP_FILES}) -list(APPEND tex2lyx_sources ${TOP_SRC_DIR}/src/FontInfo.cpp) -list(APPEND tex2lyx_headers ${TOP_SRC_DIR}/src/FontInfo.h) - include_directories(BEFORE ${TOP_SRC_DIR}/src/tex2lyx ${TOP_SRC_DIR}/src/support/minizip ${ZLIB_INCLUDE_DIR}) -- 2.39.2