mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-07 01:06:41 +08:00
7 lines
132 B
CMake
7 lines
132 B
CMake
list(APPEND C_SRCS
|
|
sysdeps/${MT_OS}/${MT_CPU}/arch.c
|
|
sysdeps/${MT_OS}/${MT_CPU}/dwarf-arm.c
|
|
sysdeps/${MT_OS}/${MT_CPU}/regs.c
|
|
)
|
|
|