]> granicus.if.org Git - esp-idf/commit
cmake: Add component dependency support
authorAngus Gratton <angus@espressif.com>
Thu, 22 Mar 2018 06:27:10 +0000 (17:27 +1100)
committerAngus Gratton <gus@projectgus.com>
Sun, 29 Apr 2018 23:59:20 +0000 (09:59 +1000)
commit1cb5712463a8963cd3e8331da90fb5e03f13575f
treec8e1e222cacbd39f45f56e8c230e52ea304145d1
parent4a2f1f03549294c08eb1f320b21f9e6febdb75e6
cmake: Add component dependency support

Components should set the COMPONENT_REQUIRES & COMPONENT_PRIVATE_REQUIRES variables to define their
requirements.
56 files changed:
components/app_trace/CMakeLists.txt
components/app_update/CMakeLists.txt
components/app_update/esp_ota_ops.c
components/app_update/include/esp_ota_ops.h
components/aws_iot/CMakeLists.txt
components/bootloader/CMakeLists.txt
components/bootloader/subproject/CMakeLists.txt
components/bootloader_support/CMakeLists.txt
components/bt/CMakeLists.txt
components/coap/CMakeLists.txt
components/console/CMakeLists.txt
components/cxx/CMakeLists.txt
components/driver/CMakeLists.txt
components/esp-tls/CMakeLists.txt [new file with mode: 0644]
components/esp32/CMakeLists.txt
components/esp_adc_cal/CMakeLists.txt
components/ethernet/CMakeLists.txt
components/expat/CMakeLists.txt
components/fatfs/CMakeLists.txt
components/freertos/CMakeLists.txt
components/heap/CMakeLists.txt
components/idf_test/CMakeLists.txt
components/jsmn/CMakeLists.txt
components/json/CMakeLists.txt
components/libsodium/CMakeLists.txt
components/log/CMakeLists.txt
components/lwip/CMakeLists.txt
components/mbedtls/CMakeLists.txt
components/mdns/CMakeLists.txt
components/micro-ecc/CMakeLists.txt
components/newlib/CMakeLists.txt
components/nghttp/CMakeLists.txt
components/nvs_flash/CMakeLists.txt
components/openssl/CMakeLists.txt
components/partition_table/CMakeLists.txt
components/pthread/CMakeLists.txt
components/sdmmc/CMakeLists.txt
components/smartconfig/CMakeLists.txt
components/soc/CMakeLists.txt
components/spi_flash/CMakeLists.txt
components/spiffs/CMakeLists.txt
components/tcpip_adapter/CMakeLists.txt
components/ulp/CMakeLists.txt
components/vfs/CMakeLists.txt
components/wear_levelling/CMakeLists.txt
components/wpa_supplicant/CMakeLists.txt
components/xtensa-debug-module/CMakeLists.txt
docs/en/api-guides/build-system-cmake.rst
docs/en/api-guides/build-system.rst
examples/protocols/http2_request/components/sh2lib/CMakeLists.txt
tools/cmake/components.cmake
tools/cmake/convert_to_cmake.py
tools/cmake/idf_functions.cmake
tools/cmake/kconfig.cmake
tools/cmake/project.cmake
tools/cmake/scripts/expand_requirements.cmake [new file with mode: 0644]