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@10:1b5440d9226c, 2017-04-11 (annotated)
- Committer:
- GaiSensei
- Date:
- Tue Apr 11 03:47:38 2017 +0000
- Revision:
- 10:1b5440d9226c
- Parent:
- 6:b6ecf23f24ce
Calibrate servomotors
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
dupm2216 | 1:45fbca28eb57 | 1 | cmake_minimum_required(VERSION 3.5) |
dupm2216 | 1:45fbca28eb57 | 2 | |
dupm2216 | 1:45fbca28eb57 | 3 | project(target_manager) |
dupm2216 | 1:45fbca28eb57 | 4 | |
dupm2216 | 1:45fbca28eb57 | 5 | include_directories(include) |
dupm2216 | 1:45fbca28eb57 | 6 | |
dupm2216 | 1:45fbca28eb57 | 7 | file(GLOB SOURCES "source/*.cpp") |
dupm2216 | 1:45fbca28eb57 | 8 | |
dupm2216 | 1:45fbca28eb57 | 9 | add_library(target_manager ${SOURCES}) |