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
Revision 3:664dfa189c79, committed 2017-02-16
- Comitter:
- Maxime Dupuis
- Date:
- Thu Feb 16 12:30:24 2017 -0500
- Parent:
- 2:17746a0e459f
- Child:
- 4:e17cc31660ad
- Commit message:
- Rename project to HardwareInterface
Changed in this revision
| CMakeLists.txt | Show annotated file Show diff for this revision Revisions of this file |
--- a/CMakeLists.txt Thu Feb 16 12:16:04 2017 -0500 +++ b/CMakeLists.txt Thu Feb 16 12:30:24 2017 -0500 @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.5) -project(hardware_interface) +project(hardwareInterface) include_directories(include)