fix: clangd

This commit is contained in:
karina
2026-04-23 06:49:40 +04:00
parent bfa84040b8
commit cf142ba78e
6 changed files with 53 additions and 13 deletions
+1
View File
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project(ksOSKernel LANGUAGES ASM C)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
file(GLOB_RECURSE KERNEL_SOURCES CMAKE_CONFIGURE_DEPENDS
${CMAKE_CURRENT_SOURCE_DIR}/Source/KernelMain.c