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: NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator
CMakeLists.txt@3:664dfa189c79, 2017-02-16 (annotated)
- Committer:
- Maxime Dupuis
- Date:
- Thu Feb 16 12:30:24 2017 -0500
- Revision:
- 3:664dfa189c79
- Parent:
- 2:17746a0e459f
Rename project to HardwareInterface
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Maxime Dupuis |
0:e67c78f2b4f4 | 1 | cmake_minimum_required(VERSION 3.5) |
Maxime Dupuis |
0:e67c78f2b4f4 | 2 | |
Maxime Dupuis |
3:664dfa189c79 | 3 | project(hardwareInterface) |
Maxime Dupuis |
0:e67c78f2b4f4 | 4 | |
Maxime Dupuis |
0:e67c78f2b4f4 | 5 | include_directories(include) |
Maxime Dupuis |
0:e67c78f2b4f4 | 6 | |
Maxime Dupuis |
0:e67c78f2b4f4 | 7 | file(GLOB SOURCES "source/*.cpp") |
Maxime Dupuis |
0:e67c78f2b4f4 | 8 |