File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2021 ARM Limited. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
1
4
# This script provides mbed_create_distro(), a function that lets you compile multiple
2
5
# apps that use Mbed OS without waiting for Mbed OS to build multiple times.
3
6
12
15
# target_link_libraries(myapp2 PRIVATE mbed_for_my_app)
13
16
# mbed_set_post_build(myapp2)
14
17
#
15
- # Both myapp1 and myapp2 will act like they were linked to mbed-os mbed-storage-kvstore,
18
+ # Both myapp1 and myapp2 will act like they were linked to mbed-os, mbed-storage-kvstore,
16
19
# and mbed-storage-filesystem. Note that if you actually did target_link_libraries(myapp1 PRIVATE mbed-os
17
20
# mbed-storage-kvstore mbed-storage-filesystem), it would compile a new version of the Mbed OS source
18
21
# files for each target. However, using mbed_create_distro(), Mbed OS will only be compiled once.
You can’t perform that action at this time.
0 commit comments