Wrapper of the mbed hardware

Dependents:   NerfUS_cmake_add_library_from_mbed NerfUS NerfUSGameCoordinator

CMakeLists.txt

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

File content as of revision 3:664dfa189c79:

cmake_minimum_required(VERSION 3.5)

project(hardwareInterface)

include_directories(include)

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