Skip to content

Commit 4c115a5

Browse files
committed
CMake: fix STM32 cmsis include
1 parent 519ac98 commit 4c115a5

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

targets/TARGET_STM/TARGET_STM32H7/STM32Cube_FW/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ target_sources(mbed-core
129129
target_include_directories(mbed-core
130130
INTERFACE
131131
.
132+
CMSIS
132133
STM32H7xx_HAL_Driver
133134
STM32H7xx_HAL_Driver/Legacy
134135
)

targets/TARGET_STM/TARGET_STM32L0/STM32Cube_FW/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ target_sources(mbed-core
7474
target_include_directories(mbed-core
7575
INTERFACE
7676
.
77+
CMSIS
7778
STM32L0xx_HAL_Driver
7879
STM32L0xx_HAL_Driver/Legacy
7980
)

targets/TARGET_STM/TARGET_STM32L4/STM32Cube_FW/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ target_sources(mbed-core
1111
target_include_directories(mbed-core
1212
INTERFACE
1313
.
14-
CMSIS
14+
CMSIS
1515
)

0 commit comments

Comments
 (0)