Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
simple-mbed-cloud-client/mbed-cloud-client/mbed-trace/source/CMakeLists.txt@0:8f0bb79ddd48, 2021-05-04 (annotated)
- Committer:
- leothedragon
- Date:
- Tue May 04 08:55:12 2021 +0000
- Revision:
- 0:8f0bb79ddd48
nmn
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
leothedragon | 0:8f0bb79ddd48 | 1 | if(DEFINED TARGET_LIKE_X86_LINUX_NATIVE) |
leothedragon | 0:8f0bb79ddd48 | 2 | add_library( mbed-trace |
leothedragon | 0:8f0bb79ddd48 | 3 | mbed_trace.c |
leothedragon | 0:8f0bb79ddd48 | 4 | ) |
leothedragon | 0:8f0bb79ddd48 | 5 | add_definitions("-g -O0 -fprofile-arcs -ftest-coverage") |
leothedragon | 0:8f0bb79ddd48 | 6 | target_link_libraries(mbed-trace gcov nanostack-libservice) |
leothedragon | 0:8f0bb79ddd48 | 7 | else() |
leothedragon | 0:8f0bb79ddd48 | 8 | add_library( mbed-trace |
leothedragon | 0:8f0bb79ddd48 | 9 | mbed_trace.c |
leothedragon | 0:8f0bb79ddd48 | 10 | ) |
leothedragon | 0:8f0bb79ddd48 | 11 | target_link_libraries(mbed-trace nanostack-libservice) |
leothedragon | 0:8f0bb79ddd48 | 12 | endif() |