mirror of
https://github.com/sstefani/mtrace.git
synced 2025-12-06 16:56: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-ppc.c
|
|
sysdeps/${MT_OS}/${MT_CPU}/regs.c
|
|
)
|
|
|