upm/src/adxl335/CMakeLists.txt

6 lines
173 B
CMake
Raw Normal View History

set (libname "adxl335")
set (libdescription "Low-power, 3-axis +/- 3 g Accelerometer")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)