Files
termOS/userspace/debug/CMakeLists.txt
T
Karina 888bc5abdd v0.5.3-pre: refactor syscall handlers and introduce libterm
Moved handlers to syscalls/, implemented libterm (malloc, stdio)
2026-01-30 04:58:43 +04:00

7 lines
161 B
CMake

cmake_minimum_required(VERSION 3.20)
project(termOSdbg LANGUAGES C)
file(GLOB_RECURSE debug_SOURCES "src/*.c")
add_termos_executable(debug "${debug_SOURCES}")