mirror of https://github.com/ARMmbed/mbed-os.git
19 lines
419 B
CMake
19 lines
419 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# List of all optional platform libraries available.
|
|
add_library(mbed-psa INTERFACE)
|
|
|
|
|
|
add_subdirectory(cxxsupport)
|
|
add_subdirectory(mbed-trace)
|
|
add_subdirectory(randlib)
|
|
add_subdirectory(source)
|
|
|
|
target_include_directories(mbed-core
|
|
INTERFACE
|
|
include
|
|
include/platform
|
|
include/platform/internal
|
|
)
|