mirror of https://github.com/ARMmbed/mbed-os.git
15 lines
302 B
CMake
15 lines
302 B
CMake
|
# Copyright (c) 2020 ARM Limited. All rights reserved.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
target_include_directories(mbed-os
|
||
|
PUBLIC
|
||
|
include
|
||
|
include/mbed-client-randlib
|
||
|
include/mbed-client-randlib/platform
|
||
|
)
|
||
|
|
||
|
target_sources(mbed-os
|
||
|
PRIVATE
|
||
|
source/randLIB.c
|
||
|
)
|