CMake: replace usage of the mbed_add_cmake_directory_if_labels() function (#13754)
Directories that start with special prefixes (TARGET_, FEATURE_, COMPONENT_)  are added to the build based on Mbed target configuration from targets.json instead of calling utility function mbed_add_cmake_directory_if_labels().
ls
1 parent fa98689 commit 8016a53400bf31157ecdb3a286bc12b793d7f0b6
@Rajkumar Kanagaraj Rajkumar Kanagaraj authored on 13 Oct 2020
Hugues Kamba committed on 6 Nov 2020
Showing 22 changed files
View
CMakeLists.txt
View
cmsis/CMSIS_5/CMSIS/CMakeLists.txt
View
docs/design-documents/tools/cmake.md
View
hal/CMakeLists.txt
View
hal/usb/CMakeLists.txt
View
targets/CMakeLists.txt
View
targets/TARGET_Freescale/CMakeLists.txt
View
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/CMakeLists.txt
View
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_K66F/CMakeLists.txt
View
targets/TARGET_Freescale/TARGET_MCUXpresso_MCUS/TARGET_MCU_K64F/CMakeLists.txt
View
targets/TARGET_NORDIC/CMakeLists.txt
View
targets/TARGET_NORDIC/TARGET_NRF5x/CMakeLists.txt
View
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/CMakeLists.txt
View
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_NRF52/TARGET_MCU_NRF52840/CMakeLists.txt
View
targets/TARGET_NORDIC/TARGET_NRF5x/TARGET_SDK_15_0/CMakeLists.txt
View
targets/TARGET_STM/CMakeLists.txt
View
targets/TARGET_STM/TARGET_STM32F4/CMakeLists.txt
View
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F401xE/CMakeLists.txt
View
targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F439xI/CMakeLists.txt
View
targets/TARGET_STM/TARGET_STM32L4/CMakeLists.txt
View
targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L475xG/CMakeLists.txt
View
tools/cmake/util.cmake 100644 → 0