|
|
|
@ -8,8 +8,8 @@ else() |
|
|
|
message(FATAL_ERROR "Cannot find common build logic at ${COMMON_CMAKE_PATH}") |
|
|
|
endif() |
|
|
|
|
|
|
|
if(TARGET bspMCU) |
|
|
|
target_link_libraries(optional PUBLIC bspMCU) |
|
|
|
if(TARGET RBcore) |
|
|
|
target_link_libraries(optional PUBLIC RBcore) |
|
|
|
else() |
|
|
|
message(WARNING "[optional] Dependency 'bspMCU' not found.") |
|
|
|
message(WARNING "[optional] Dependency 'RBcore' not found.") |
|
|
|
endif() |