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
- Committer:
- ericmatte
- Date:
- 2017-03-01
- Revision:
- 5:0a7810520b9e
- Parent:
- 3:664dfa189c79
File content as of revision 5:0a7810520b9e:
cmake_minimum_required(VERSION 3.5) project(hardwareInterface) include_directories(include) file(GLOB SOURCES "source/*.cpp")