cmake_minimum_required(VERSION 3.5)

project(hardwareInterface)

include_directories(include)

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

