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
- Committer:
- leothedragon
- Date:
- 2021-05-04
- Revision:
- 0:8f0bb79ddd48
File content as of revision 0:8f0bb79ddd48:
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}" "")