maa: Initial commit of maa, a python and nodejs I2C skeleton only
[contrib/mraa.git] / examples / CMakeLists.txt
1 add_executable (readi2c readi2c.cpp)
2 add_executable (hellomaa hellomaa.cpp)
3
4 target_link_libraries (hellomaa maa)
5 target_link_libraries (readi2c maa)