Skip to content

Commit a63bd12

Browse files
authored
Merge pull request #14416 from hugueskamba/hk_cmake_fix_ff1705-l151cc
CMake: Fix FF1705_L151CC build
2 parents b4abfe6 + 9b11ed4 commit a63bd12

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)