X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Ftex2lyx%2FCMakeLists.txt;h=00a577f323af8759124cf86076343a64bd8df662;hb=aa9fed932225bb9344a056df3610258f19fa94dd;hp=08ce121c0004fb8966c623714156093a98104972;hpb=0b790c05b8e781d79dab369c266075b481dbe422;p=lyx.git diff --git a/src/tex2lyx/CMakeLists.txt b/src/tex2lyx/CMakeLists.txt index 08ce121c00..00a577f323 100644 --- a/src/tex2lyx/CMakeLists.txt +++ b/src/tex2lyx/CMakeLists.txt @@ -12,9 +12,10 @@ project(${_tex2lyx}) set(LINKED_sources ${TOP_SRC_DIR}/src/lengthcommon.cpp) set(LINKED_headers) -foreach(_src insets/InsetLayout Author Color Counters - Encoding FloatList Floating FontInfo LaTeXPackages - Layout LayoutFile LayoutModuleList Lexer ModuleList TextClass +foreach(_src graphics/GraphicsParams insets/ExternalTemplate + insets/ExternalTransforms insets/InsetLayout Author Color Counters + Encoding FloatList Floating FontInfo LaTeXPackages Layout + LayoutFile LayoutModuleList Length Lexer ModuleList TextClass Spacing version) list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp) list(APPEND LINKED_headers ${TOP_SRC_DIR}/src/${_src}.h)