From ad80184e7f8de6ff04767405647eb43b297457ac Mon Sep 17 00:00:00 2001 From: Flyinghead Date: Tue, 24 Aug 2021 20:54:17 +0200 Subject: [PATCH] missing cmake change --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index fec719a7b..3768572d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -569,6 +569,7 @@ target_sources(${PROJECT_NAME} PRIVATE core/hw/aica/aica_mem.h core/hw/aica/dsp.cpp core/hw/aica/dsp.h + core/hw/aica/dsp_arm32.cpp core/hw/aica/dsp_arm64.cpp core/hw/aica/dsp_interp.cpp core/hw/aica/dsp_x64.cpp