Wrapper of the mbed hardware

Dependents:   NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator

Committer:
Maxime Dupuis
Date:
Thu Feb 16 12:16:04 2017 -0500
Revision:
2:17746a0e459f
Parent:
0:e67c78f2b4f4
Child:
3:664dfa189c79
Fix the rename to HardwareLPC1768

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Maxime Dupuis 0:e67c78f2b4f4 1 cmake_minimum_required(VERSION 3.5)
Maxime Dupuis 0:e67c78f2b4f4 2
Maxime Dupuis 2:17746a0e459f 3 project(hardware_interface)
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