mirror of https://github.com/ARMmbed/mbed-os.git
12 lines
296 B
CMake
12 lines
296 B
CMake
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
add_subdirectory(blockdevice)
|
|
add_subdirectory(filesystem)
|
|
add_subdirectory(kvstore)
|
|
add_subdirectory(system_storage)
|
|
|
|
target_include_directories(mbed-os
|
|
PUBLIC
|
|
${CMAKE_CURRENT_SOURCE_DIR}
|
|
) |