upm/src/l3gd20/CMakeLists.txt

6 lines
153 B
CMake
Raw Normal View History

set (libname "l3gd20")
set (libdescription "L3gd20 sensor module")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)