commit 1a5b4966a4fcb9d1059e9831e246f785e1f36262
Author: Kornel Benko <[email protected]>
Date: Tue Nov 25 12:28:17 2025 +0100
Cmake build - amend c5a1bbbe: tex2lyx: support for language-specific
charstyles
We don't need LayoutFile.cpp for in check_layout sources
---
src/tests/CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index de466c0b01..476e6470e9 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -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 Language.cpp Layout.cpp LayoutFile.cpp
support/Lexer.cpp
+ FloatList.cpp FontInfo.cpp Layout.cpp LayoutFile.cpp support/Lexer.cpp
ModuleList.cpp Spacing.cpp SpecialChar.cpp TextClass.cpp
tests/check_layout.cpp
tests/dummy_functions.cpp tests/dummy4checklayout.cpp)
list(APPEND check_layout_SOURCES "${TOP_SRC_DIR}/src/${_f}")
@@ -120,7 +120,7 @@ if (${LYX_DEBUG_SANITIZE} MATCHES "ADDRESS")
handle_source_option("CXX" ${TOP_SRC_DIR}/src/${_base}.cpp
-Wno-maybe-uninitialized)
endforeach()
endif()
-foreach(_base tests/dummy4checklayout Counters FontInfo Language Layout
LayoutFile
+foreach(_base tests/dummy4checklayout Counters FontInfo Layout LayoutFile
SpecialChar TextClass insets/InsetLayout tests/check_layout)
handle_source_option("CXX" ${TOP_SRC_DIR}/src/${_base}.cpp -Wno-shadow)
endforeach()
--
lyx-cvs mailing list
[email protected]
https://lists.lyx.org/mailman/listinfo/lyx-cvs