CMake: Fix FF1705_L151CC build

Add the missing CMake target to build BSP for the
FF1705_L151CC Mbed board
pull/14416/head
Hugues Kamba 2021-03-11 12:30:54 +00:00
parent 8a19e3ecfc
commit 9b11ed4144
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ target_include_directories(mbed-xdot-l151cc
)
target_link_libraries(mbed-xdot-l151cc INTERFACE mbed-stm32l151xc)
add_library(mbed-ff1705-l151cc INTERFACE)
target_link_libraries(mbed-ff1705-l151cc INTERFACE mbed-xdot-l151cc)