Newer
Older
mbed-os / platform / FEATURE_EXPERIMENTAL_API / FEATURE_PSA / TARGET_MBED_PSA_SRV / services / CMakeLists.txt
@Hugues Kamba Hugues Kamba on 6 Nov 2020 359 bytes CMake: Rename CMake targets
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

add_subdirectory(attestation)
add_subdirectory(storage)

target_include_directories(mbed-psa
    INTERFACE
        ${CMAKE_CURRENT_SOURCE_DIR}/platform
)

target_sources(mbed-psa
    INTERFACE
        platform/platform_emul.c
        platform/platform_srv_impl.c
)