Files
esp-idf/components/xtensa-debug-module/CMakeLists.txt
T

8 lines
147 B
CMake
Raw Normal View History

2018-09-11 09:44:12 +08:00
set(COMPONENT_SRCS "eri.c"
"trax.c")
set(COMPONENT_ADD_INCLUDEDIRS "include")
2018-03-22 17:27:10 +11:00
set(COMPONENT_REQUIRES "")
register_component()