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
- Committer:
- leothedragon
- Date:
- 2021-05-04
- Revision:
- 0:8f0bb79ddd48
File content as of revision 0:8f0bb79ddd48:
if(DEFINED TARGET_LIKE_X86_LINUX_NATIVE) add_library( mbed-trace mbed_trace.c ) add_definitions("-g -O0 -fprofile-arcs -ftest-coverage") target_link_libraries(mbed-trace gcov nanostack-libservice) else() add_library( mbed-trace mbed_trace.c ) target_link_libraries(mbed-trace nanostack-libservice) endif()