]> git.lyx.org Git - lyx.git/commitdiff
CMake: adapt to new location of Lexer
authorScott Kostyshak <skostysh@lyx.org>
Sun, 28 Apr 2024 13:13:55 +0000 (09:13 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 28 Apr 2024 13:13:55 +0000 (09:13 -0400)
Lexer is now in support/. See 2660df9b.

src/tests/CMakeLists.txt
src/tex2lyx/CMakeLists.txt

index 0fe014f9c200ecef543fe351f87d7b6f4d03fe8a..bde03f1b0d312fd25309469ef1ae0cc4ffb6057b 100644 (file)
@@ -6,7 +6,7 @@
 
 set(check_layout_SOURCES)
 foreach(_f insets/InsetLayout.cpp CiteEnginesList.cpp Color.cpp Counters.cpp Floating.cpp
-       FloatList.cpp FontInfo.cpp Layout.cpp LayoutFile.cpp Lexer.cpp
+       FloatList.cpp FontInfo.cpp Layout.cpp LayoutFile.cpp support/Lexer.cpp
        ModuleList.cpp Spacing.cpp TextClass.cpp tests/check_layout.cpp
        tests/boost.cpp tests/dummy_functions.cpp)
   list(APPEND check_layout_SOURCES "${TOP_SRC_DIR}/src/${_f}")
index 79768138d47c487ac44850192aa72747e1b07e24..9bf42ee0f64ce686f3be288b24e0046a72399e5f 100644 (file)
@@ -13,7 +13,7 @@ set(LINKED_headers)
 foreach(_src graphics/GraphicsParams insets/ExternalTemplate
        insets/ExternalTransforms insets/InsetLayout Author CiteEnginesList Color Counters
        Encoding FloatList Floating FontInfo LaTeXPackages Layout
-       LayoutFile LayoutModuleList Lexer ModuleList TextClass
+       LayoutFile LayoutModuleList support/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)