mirror of https://github.com/ARMmbed/mbed-os.git
CMake: fix targets missing )
parent
eef57d3a0f
commit
6a83bc096f
|
|
@ -20,7 +20,7 @@ elseif("NUVOTON" IN_LIST MBED_TARGET_LABELS)
|
|||
elseif("NXP" IN_LIST MBED_TARGET_LABELS)
|
||||
add_subdirectory(TARGET_NXP)
|
||||
elseif("Samsung" IN_LIST MBED_TARGET_LABELS)
|
||||
add_subdirectory(TARGET_Samsung
|
||||
add_subdirectory(TARGET_Samsung)
|
||||
elseif("Silicon_Labs" IN_LIST MBED_TARGET_LABELS)
|
||||
add_subdirectory(TARGET_Silicon_Labs)
|
||||
elseif("STM" IN_LIST MBED_TARGET_LABELS)
|
||||
|
|
|
|||
Loading…
Reference in New Issue