]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/CMakeLists.txt
Fix bug in paragraph detection (can be seen in test case of bug #5187):
[lyx.git] / src / tex2lyx / CMakeLists.txt
index 0debbeb022d96a99bf0aa38f28e54e6b530373e3..0e51f529b04c1bbfec172141acea614e181040a4 100644 (file)
@@ -12,8 +12,8 @@ project(${_tex2lyx})
 set(LINKED_sources ${TOP_SRC_DIR}/src/lengthcommon.cpp)
 set(LINKED_headers)
 
-foreach(_src insets/InsetLayout Color Counters
-       Encoding FloatList Floating FontInfo
+foreach(_src insets/InsetLayout Author Color Counters
+       Encoding FloatList Floating FontInfo LaTeXPackages
        Layout LayoutFile LayoutModuleList Lexer ModuleList TextClass
        Spacing version)
        list(APPEND LINKED_sources ${TOP_SRC_DIR}/src/${_src}.cpp)