Merge branch 'gpio' of github.com:tingleby/maa into tingleby-gpio
[contrib/mraa.git] / examples / CMakeLists.txt
1 add_executable (readi2c readi2c.cpp)
2 add_executable (hellomaa hellomaa.cpp)
3
4 include_directories(${PROJECT_SOURCE_DIR}/api ${PROJECT_SOURCE_DIR}/include)
5
6 target_link_libraries (hellomaa maa)
7 target_link_libraries (readi2c maa)