Update CMakeLists.txt to remove compilation errors for ESP32-S2 TTS

This commit is contained in:
sxy 2022-10-24 11:36:52 +08:00
parent 61123948aa
commit 7a2909e28b

View File

@ -43,11 +43,6 @@ elseif(${IDF_TARGET} STREQUAL "esp32s2")
include/esp32
src/include
)
set(COMPONENT_SRCS
src/esp_process_sdkconfig.c
src/esp_mn_speech_commands.c
src/model_path.c
)
set(COMPONENT_REQUIRES
json