X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FCMakeLists.txt;h=36db7234dffb9b88df89a8ece80c1f8fddf7b7c2;hb=766eb3f02c69ef3fea1845b53a153bfbe9e5f55a;hp=09bcc2bf3625dc2d6ede7c32b6a34b80598b6410;hpb=1b0cbb6932376821ba1848bedcfad476bddb294d;p=lyx.git diff --git a/src/tex2lyx/CMakeLists.txt b/src/tex2lyx/CMakeLists.txt index 09bcc2bf36..36db7234df 100644 --- a/src/tex2lyx/CMakeLists.txt +++ b/src/tex2lyx/CMakeLists.txt @@ -12,7 +12,7 @@ set(LINKED_sources ${TOP_SRC_DIR}/src/lengthcommon.cpp) set(LINKED_headers) foreach(_src graphics/GraphicsParams insets/ExternalTemplate - insets/ExternalTransforms insets/InsetLayout Author Color Counters + insets/ExternalTransforms insets/InsetLayout Author CiteEnginesList Color Counters Encoding FloatList Floating FontInfo LaTeXPackages Layout LayoutFile LayoutModuleList Length Lexer ModuleList TextClass Spacing version) @@ -24,9 +24,8 @@ file(GLOB tex2lyx_sources ${TOP_SRC_DIR}/src/tex2lyx/${LYX_CPP_FILES}) file(GLOB tex2lyx_headers ${TOP_SRC_DIR}/src/tex2lyx/${LYX_HPP_FILES}) -include_directories(BEFORE - ${TOP_SRC_DIR}/src/tex2lyx - ${TOP_SRC_DIR}/src/support/minizip +include_directories((BEFORE + ${TOP_SRC_DIR}/src/tex2lyx) ${ZLIB_INCLUDE_DIR}) if(WIN32 AND NOT MINGW)