From 5a4342e69ecc19d1408f622ceb7f8a8bbe6c1d20 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 20 Aug 2026 11:27:04 +0200 Subject: build: improve linting exclusions for tests --- libs/multiboot2/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/multiboot2/CMakeLists.txt') diff --git a/libs/multiboot2/CMakeLists.txt b/libs/multiboot2/CMakeLists.txt index 5ab56dbe..2590ad5d 100644 --- a/libs/multiboot2/CMakeLists.txt +++ b/libs/multiboot2/CMakeLists.txt @@ -18,12 +18,12 @@ add_library("multiboot2::lib" ALIAS "multiboot2") file(GLOB_RECURSE MULTIBOOT2_HEADERS RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} CONFIGURE_DEPENDS - "include/**.hpp" + "multiboot2/**.hpp" ) target_sources("multiboot2" INTERFACE FILE_SET HEADERS - BASE_DIRS "include" + BASE_DIRS "multiboot2" FILES ${MULTIBOOT2_HEADERS} ) -- cgit v1.2.3