Merge branch 'refactor/use_new_component_registration_functions' into 'master'

CMake: Use new component registration function

See merge request espressif/esp-idf!8068
This commit is contained in:
Angus Gratton
2020-03-25 08:02:42 +08:00
71 changed files with 195 additions and 268 deletions

View File

@@ -1,7 +1,7 @@
if(IDF_TARGET STREQUAL "esp32")
idf_component_register(SRC_DIRS .
INCLUDE_DIRS . ${CMAKE_CURRENT_BINARY_DIR}
REQUIRES unity test_utils nvs_flash ulp esp_common
PRIV_INCLUDE_DIRS . ${CMAKE_CURRENT_BINARY_DIR}
PRIV_REQUIRES unity test_utils nvs_flash ulp esp_common
)
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/test_tjpgd_logo.h"