2021-02-12 15:39:18 +00:00
|
|
|
# Copyright (c) 2020-2021 ARM Limited. All rights reserved.
|
2020-11-25 11:29:10 +00:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2021-02-12 15:39:18 +00:00
|
|
|
add_subdirectory(TARGET_EFM32 EXCLUDE_FROM_ALL)
|
|
|
|
add_subdirectory(TARGET_SL_RAIL EXCLUDE_FROM_ALL)
|
2020-11-25 11:29:10 +00:00
|
|
|
|
2021-02-12 15:39:18 +00:00
|
|
|
add_library(mbed-silicon-labs INTERFACE)
|
2020-11-25 11:29:10 +00:00
|
|
|
|
2021-02-12 15:39:18 +00:00
|
|
|
target_include_directories(mbed-silicon-labs
|
2020-11-25 11:29:10 +00:00
|
|
|
INTERFACE
|
|
|
|
.
|
|
|
|
)
|
2021-02-19 13:39:32 +00:00
|
|
|
|
|
|
|
target_link_libraries(mbed-silicon-labs INTERFACE mbed-cmsis-cortex-m)
|