cmake_minimum_required(VERSION 3.5)

project(blinklib)

include_directories(include)

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

