mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a94c74c26b
- keep `esp_pm` dependency conditional in mbedtls - refactor `bt` cmakelist to keep dependencies as private Related: IDF-1265
6 lines
217 B
CMake
6 lines
217 B
CMake
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
|
|
idf_component_register(SRC_DIRS "."
|
|
PRIV_INCLUDE_DIRS "."
|
|
PRIV_REQUIRES cmock nvs_flash bt esp_ringbuf)
|
|
endif()
|