2026-06-06 17:25:00 +01:00
|
|
|
file(GLOB sources *.c *.h include/magenta/debug/*.h)
|
|
|
|
|
|
|
|
|
|
add_library(magenta_debug STATIC ${sources})
|
|
|
|
|
target_include_directories(magenta_debug PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}/include)
|
2026-07-19 13:24:41 +01:00
|
|
|
target_compile_options(magenta_debug PRIVATE -ffreestanding -nostdlib)
|