mirror of https://github.com/ARMmbed/mbed-os.git
CMake: Fix FF1705_L151CC build
Add the missing CMake target to build BSP for the FF1705_L151CC Mbed boardpull/14416/head
parent
8a19e3ecfc
commit
9b11ed4144
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue