forked from xiaozhi/xiaozhi-esp32
reconstruct application
This commit is contained in:
@@ -4,9 +4,14 @@ set(SOURCES "AudioDevice.cc"
|
||||
"SystemReset.cc"
|
||||
"Application.cc"
|
||||
"Display.cc"
|
||||
"Button.cc"
|
||||
"main.cc"
|
||||
)
|
||||
|
||||
if(CONFIG_USE_AFE_SR)
|
||||
list(APPEND SOURCES "AudioProcessor.cc" "WakeWordDetect.cc")
|
||||
endif()
|
||||
|
||||
idf_component_register(SRCS ${SOURCES}
|
||||
INCLUDE_DIRS "."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user