diff --git a/drivers/device_key/CMakeLists.txt b/drivers/device_key/CMakeLists.txt index f9397a3e2a..c265b0e543 100644 --- a/drivers/device_key/CMakeLists.txt +++ b/drivers/device_key/CMakeLists.txt @@ -1,12 +1,10 @@ # Copyright (c) 2020 ARM Limited. All rights reserved. # SPDX-License-Identifier: Apache-2.0 -# This is a specific driver for the mbed-storage CMake target. -# TODO CMake: Perhaps move this/these file(s) target_include_directories(mbed-device_key INTERFACE - ./include - ./include/device_key + include + include/device_key ) target_sources(mbed-device_key