maa: Initial commit of maa, a python and nodejs I2C skeleton only
This commit is contained in:
4
src/CMakeLists.txt
Normal file
4
src/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
add_library (maa i2c/i2c.cxx maa.cxx)
|
||||
|
||||
add_subdirectory(python)
|
||||
add_subdirectory(javascript)
|
||||
Reference in New Issue
Block a user