Skip to content

Using most IDF Managed Components instead of git-clone #145

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Nov 9, 2023
Prev Previous commit
Next Next commit
Test for SR Models building in CI
  • Loading branch information
SuGlider authored Nov 8, 2023
commit 07b90dde45bb850e3072c16699a5d20b0ffa1572
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,9 @@ add_custom_command(
VERBATIM
)
add_custom_target(mem-variant DEPENDS "mem_variant")

if(IDF_TARGET MATCHES "esp32s3")
set(SR_MODELS_PATH ${CMAKE_SOURCE_DIR}/managed_components/espressif__esp-sr)
set(EXTRA_COMPONENT_DIRS ${SR_MODELS_PATH})
endif()