upm/src/l3gd20/CMakeLists.txt

6 lines
159 B
CMake
Raw Normal View History

set (libname "l3gd20")
set (libdescription "Tri-axis Digital Gyroscope")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)