Files
xiaozhi-esp32/main/CMakeLists.txt

10 lines
222 B
CMake
Raw Normal View History

2024-08-31 18:00:23 +08:00
set(SOURCES "AudioDevice.cc"
2024-09-10 00:45:13 +08:00
"SystemReset.cc"
2024-08-31 18:00:23 +08:00
"Application.cc"
"main.cc"
)
idf_component_register(SRCS ${SOURCES}
INCLUDE_DIRS "."
)