From 56b1078e78310a838b444c4ff1ae53d199e74282 Mon Sep 17 00:00:00 2001 From: Kornel Benko Date: Wed, 28 Oct 2009 06:18:56 +0000 Subject: [PATCH] Added FontInfo.cpp to tex2lyx sources to make it compilable again git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31782 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/cmake/src/tex2lyx/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/development/cmake/src/tex2lyx/CMakeLists.txt b/development/cmake/src/tex2lyx/CMakeLists.txt index 3d512f0b52..ac844c60da 100644 --- a/development/cmake/src/tex2lyx/CMakeLists.txt +++ b/development/cmake/src/tex2lyx/CMakeLists.txt @@ -23,6 +23,9 @@ 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})