Wrapper of the mbed hardware

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")