forked from xiaozhi/xiaozhi-esp32
10 lines
222 B
CMake
Executable File
10 lines
222 B
CMake
Executable File
set(SOURCES "AudioDevice.cc"
|
|
"SystemReset.cc"
|
|
"Application.cc"
|
|
"main.cc"
|
|
)
|
|
|
|
idf_component_register(SRCS ${SOURCES}
|
|
INCLUDE_DIRS "."
|
|
)
|