2025-06-13 14:19:37 +02:00

7 lines
110 B
CMake

target_sources(${CM7_TARGET} PUBLIC
main.c
syscall.c
sysmem.c
)
add_subdirectory(standard_output)