upm/src/mag3110/CMakeLists.txt
Norbert Wesp 080c121e07 src/<sensor>/CMakeLists.txt: Added mraa dependency in 'upm_module_init'
Like Propanu commented, I changed the dependency of mraa library in each
CMakeLists.txt file of the sensors:
hdc1000 , mag3110 , mma8x5x , tcs37727 , tmp006

Signed-off-by: Norbert Wesp nwesp@phytec.de
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2017-03-16 17:27:00 -07:00

6 lines
165 B
CMake

set (libname "mag3110")
set (libdescription "Three-Axis Digital Magnetometer")
set (module_src ${libname}.cpp)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)