cmake_minimum_required (VERSION 2.6)

project (AnalogTest)

add_executable (AnalogTest AnalogTest.cpp)
target_link_libraries(AnalogTest -lmraa)