Skip to content

Commit 9b11ed4

Browse files
committed
CMake: Fix FF1705_L151CC build
Add the missing CMake target to build BSP for the FF1705_L151CC Mbed board
1 parent 8a19e3e commit 9b11ed4

File tree

1 file changed

+3
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32L1/TARGET_STM32L151xC/TARGET_XDOT_L151CC

1 file changed

+3
-0
lines changed

targets/TARGET_STM/TARGET_STM32L1/TARGET_STM32L151xC/TARGET_XDOT_L151CC/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ target_include_directories(mbed-xdot-l151cc
1717
)
1818

1919
target_link_libraries(mbed-xdot-l151cc INTERFACE mbed-stm32l151xc)
20+
21+
add_library(mbed-ff1705-l151cc INTERFACE)
22+
target_link_libraries(mbed-ff1705-l151cc INTERFACE mbed-xdot-l151cc)

0 commit comments

Comments
 (0)