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