Skip to content

Commit dfd2dbc

Browse files
committed
Fix ESP IDF compilation
1 parent 28eae6b commit dfd2dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/ESP-IDF/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ set(SOURCE_FILES
22
../../src/Debug/debugger.cpp
33
../../src/Interpreter/instructions.cpp
44
../../src/Interpreter/interpreter.cpp
5+
../../src/Interpreter/proxied.cpp
56
../../src/Memory/mem.cpp
67
../../src/Primitives/idf.cpp
78
../../src/Edward/proxy.cpp

0 commit comments

Comments
 (0)