mbed-os/drivers/device_key/CMakeLists.txt

21 lines
422 B
CMake
Raw Normal View History

2020-07-20 16:57:00 +00:00
# Copyright (c) 2020 ARM Limited. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
target_include_directories(mbed-device_key
INTERFACE
include
include/device_key
2020-07-20 16:57:00 +00:00
)
target_sources(mbed-device_key
INTERFACE
source/DeviceKey.cpp
)
target_link_libraries(mbed-device_key
INTERFACE
mbed-storage-kvstore
mbed-storage-tdbstore
mbed-storage-kv-global-api
2020-07-20 16:57:00 +00:00
)