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/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 | INCLUDE(CMakeForceCompiler) |
leothedragon | 0:8f0bb79ddd48 | 2 | |
leothedragon | 0:8f0bb79ddd48 | 3 | cmake_minimum_required (VERSION 2.8) |
leothedragon | 0:8f0bb79ddd48 | 4 | SET(CMAKE_SYSTEM_NAME Generic) |
leothedragon | 0:8f0bb79ddd48 | 5 | |
leothedragon | 0:8f0bb79ddd48 | 6 | project(mbedTrace) |
leothedragon | 0:8f0bb79ddd48 | 7 | |
leothedragon | 0:8f0bb79ddd48 | 8 | |
leothedragon | 0:8f0bb79ddd48 | 9 | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/mbed-trace/) |
leothedragon | 0:8f0bb79ddd48 | 10 | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/) |
leothedragon | 0:8f0bb79ddd48 | 11 | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/mbed-client-libservice/) |
leothedragon | 0:8f0bb79ddd48 | 12 | include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/) |
leothedragon | 0:8f0bb79ddd48 | 13 | |
leothedragon | 0:8f0bb79ddd48 | 14 | set (MBED_TRACE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/source/mbed_trace.c) |
leothedragon | 0:8f0bb79ddd48 | 15 | |
leothedragon | 0:8f0bb79ddd48 | 16 | |
leothedragon | 0:8f0bb79ddd48 | 17 | CREATE_LIBRARY(mbedTrace "${MBED_TRACE_SRC}" "") |
leothedragon | 0:8f0bb79ddd48 | 18 |