Newer
Older
mbed-os / features / FEATURE_EXPERIMENTAL_API / FEATURE_PSA / TARGET_MBED_PSA_SRV / services / storage / CMakeLists.txt
@Hugues Kamba Hugues Kamba on 6 Nov 2020 409 bytes CMake: Add support for features dir
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

target_include_directories(mbed-os
    PUBLIC
        ${CMAKE_CURRENT_SOURCE_DIR}/common
        ${CMAKE_CURRENT_SOURCE_DIR}/its
)

target_sources(mbed-os
    PRIVATE
        common/psa_storage_common_impl.cpp

        its/pits_impl.cpp
        its/psa_prot_internal_storage.cpp

        ps/protected_storage.cpp
)