CMake: fix STM32 cmsis include

pull/13915/head
Martin Kojtal 2020-11-17 16:30:37 +00:00
parent 519ac980ab
commit 4c115a5c8d
3 changed files with 3 additions and 1 deletions

View File

@ -129,6 +129,7 @@ target_sources(mbed-core
target_include_directories(mbed-core target_include_directories(mbed-core
INTERFACE INTERFACE
. .
CMSIS
STM32H7xx_HAL_Driver STM32H7xx_HAL_Driver
STM32H7xx_HAL_Driver/Legacy STM32H7xx_HAL_Driver/Legacy
) )

View File

@ -74,6 +74,7 @@ target_sources(mbed-core
target_include_directories(mbed-core target_include_directories(mbed-core
INTERFACE INTERFACE
. .
CMSIS
STM32L0xx_HAL_Driver STM32L0xx_HAL_Driver
STM32L0xx_HAL_Driver/Legacy STM32L0xx_HAL_Driver/Legacy
) )