]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/CMakeLists.txt
Merge branch 'master' of git.lyx.org:lyx
[lyx.git] / src / tex2lyx / CMakeLists.txt
index 08ce121c0004fb8966c623714156093a98104972..00a577f323af8759124cf86076343a64bd8df662 100644 (file)
@@ -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)