From 9bbae23c3509da9cf251a0e1bb6700240baec2c5 Mon Sep 17 00:00:00 2001 From: Stat1cV01D <1160915+Stat1cV01D@users.noreply.github.com> Date: Mon, 12 May 2025 21:15:51 +0700 Subject: [PATCH] Mark the generated header as "system" This excludes the header from linting --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c057b31..1190045 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -410,7 +410,7 @@ function(b_embed TARGET FILENAME) ) # Add the generated files to the target - target_include_directories(${TARGET} PUBLIC + target_include_directories(${TARGET} SYSTEM PUBLIC $ $ )