--- hatari/src/debug/CMakeLists.txt 2019/04/09 08:53:05 1.1.1.4 +++ hatari/src/debug/CMakeLists.txt 2019/04/09 08:56:48 1.1.1.5 @@ -9,6 +9,6 @@ endif(ENABLE_DSP_EMU) add_library(Debug log.c debugui.c breakcond.c debugcpu.c debugInfo.c - ${DSPDBG_C} evaluate.c history.c symbols.c + ${DSPDBG_C} evaluate.c history.c symbols.c vars.c profile.c profilecpu.c profiledsp.c natfeats.c console.c 68kDisass.c)