Wrapper of the mbed hardware

Dependents:   NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator

CMakeLists.txt

Committer:
Maxime Dupuis
Date:
2017-02-16
Revision:
2:17746a0e459f
Parent:
0:e67c78f2b4f4
Child:
3:664dfa189c79

File content as of revision 2:17746a0e459f:

cmake_minimum_required(VERSION 3.5)

project(hardware_interface)

include_directories(include)

file(GLOB SOURCES "source/*.cpp")