We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6784c3 commit 5082e95Copy full SHA for 5082e95
drivers/device_key/CMakeLists.txt
@@ -1,12 +1,10 @@
1
# Copyright (c) 2020 ARM Limited. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
-# This is a specific driver for the mbed-storage CMake target.
5
-# TODO CMake: Perhaps move this/these file(s)
6
target_include_directories(mbed-device_key
7
INTERFACE
8
- ./include
9
- ./include/device_key
+ include
+ include/device_key
10
)
11
12
target_sources(mbed-device_key
0 commit comments