mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-17 15:15:02 +00:00
test: declare requirements and include dirs private
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
if(CONFIG_BT_ENABLED OR CMAKE_BUILD_EARLY_EXPANSION)
|
||||
idf_component_register(SRC_DIRS "."
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES unity nvs_flash bt)
|
||||
PRIV_INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES unity nvs_flash bt)
|
||||
endif()
|
Reference in New Issue
Block a user