mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
test: declare requirements and include dirs private
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
if(IDF_TARGET STREQUAL "esp32")
|
||||
idf_component_register(SRC_DIRS esp32
|
||||
INCLUDE_DIRS .
|
||||
REQUIRES unity ulp soc esp_common)
|
||||
PRIV_INCLUDE_DIRS .
|
||||
PRIV_REQUIRES unity ulp soc esp_common)
|
||||
|
||||
set(ulp_app_name ulp_test_app)
|
||||
set(ulp_s_sources "ulp/test_jumps_esp32.S")
|
||||
|
Reference in New Issue
Block a user