cmake: update for compatibility with CMake 4.0

This commit is contained in:
2026-03-22 19:01:36 +00:00
parent a2c89df195
commit 6350032e88
2 changed files with 1 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
file(GLOB headers ${CMAKE_CURRENT_SOURCE_DIR}/include/mango/*.h)
file(GLOB asm_sources
${CMAKE_CURRENT_SOURCE_DIR}/arch/${CMAKE_SYSTEM_PROCESSOR}/*.S)
set_property(SOURCE ${asm_sources} PROPERTY LANGUAGE C)
set(public_include_dirs
${CMAKE_CURRENT_SOURCE_DIR}/include