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.
Dependents: TargetManagerManualTest NerfUSTarget
CMakeLists.txt
- Committer:
- GaiSensei
- Date:
- 2017-04-11
- Revision:
- 10:1b5440d9226c
- Parent:
- 6:b6ecf23f24ce
File content as of revision 10:1b5440d9226c:
cmake_minimum_required(VERSION 3.5) project(target_manager) include_directories(include) file(GLOB SOURCES "source/*.cpp") add_library(target_manager ${SOURCES})