diff --git a/CMakeLists.txt b/CMakeLists.txt index e515c66..5a889e2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ if(${CONFIG_PICOTTS_RESOURCE_MODE_PARTITION}) else() set(message "Failed to find ${CONFIG_PICOTTS_SG_PARTITION} in partition table") endif() + add_dependencies(${COMPONENT_LIB} picotts_ta_bin_gen picotts_sg_bin_gen) else() target_add_binary_data( ${COMPONENT_LIB} ${PICOTTS_TA_BIN_PATH} BINARY DEPENDS picotts_ta_bin_gen) diff --git a/idf_component.yml b/idf_component.yml index b4f9883..17b5b32 100644 --- a/idf_component.yml +++ b/idf_component.yml @@ -1,4 +1,4 @@ -version: "1.1.1" +version: "1.1.2" description: "PicoTTS Text-to-Speech engine" license: "Apache-2.0" maintainers: