--- hatari/src/debug/CMakeLists.txt 2019/04/09 08:49:26 1.1.1.2 +++ hatari/src/debug/CMakeLists.txt 2019/04/09 08:53:05 1.1.1.4 @@ -8,5 +8,7 @@ if(ENABLE_DSP_EMU) endif(ENABLE_DSP_EMU) add_library(Debug - log.c debugui.c breakcond.c debugcpu.c debugInfo.c - ${DSPDBG_C} evaluate.c profile.c symbols.c 68kDisass.c) + log.c debugui.c breakcond.c debugcpu.c debugInfo.c + ${DSPDBG_C} evaluate.c history.c symbols.c + profile.c profilecpu.c profiledsp.c + natfeats.c console.c 68kDisass.c)