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.
Diff: simple-mbed-cloud-client/mbed-cloud-client/mbed-trace/CMakeLists.txt
- Revision:
- 0:8f0bb79ddd48
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/simple-mbed-cloud-client/mbed-cloud-client/mbed-trace/CMakeLists.txt Tue May 04 08:55:12 2021 +0000 @@ -0,0 +1,18 @@ +INCLUDE(CMakeForceCompiler) + +cmake_minimum_required (VERSION 2.8) +SET(CMAKE_SYSTEM_NAME Generic) + +project(mbedTrace) + + +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/mbed-trace/) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/mbed-client-libservice/) +include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../nanostack-libservice/) + +set (MBED_TRACE_SRC ${CMAKE_CURRENT_SOURCE_DIR}/source/mbed_trace.c) + + +CREATE_LIBRARY(mbedTrace "${MBED_TRACE_SRC}" "") +