From 9ea05878e3f6a497aee257075bb7ea4c84ebc156 Mon Sep 17 00:00:00 2001 From: tolauwae Date: Wed, 3 Apr 2024 14:37:11 +0200 Subject: [PATCH] Fix internal tests compilation --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index df7aa0e5..3bfa7bf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,6 +88,7 @@ if (BUILD_UNITTEST) src/Primitives/emulated.cpp src/Interpreter/instructions.cpp src/Interpreter/interpreter.cpp + src/Interpreter/proxied.cpp src/Memory/mem.cpp src/Utils/util.cpp src/Utils/util_arduino.cpp