maa: Initial commit of maa, a python and nodejs I2C skeleton only
[contrib/mraa.git] / src / CMakeLists.txt
1 add_library (maa i2c/i2c.cxx maa.cxx)
2
3 add_subdirectory(python)
4 add_subdirectory(javascript)