mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
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>
This commit is contained in:

committed by
Mihai Tudor Panu

parent
545e288967
commit
080c121e07
@ -2,4 +2,4 @@ set (libname "hdc1000")
|
||||
set (libdescription "Humidity/Temperature Sensor")
|
||||
set (module_src ${libname}.cpp)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
upm_module_init(mraa)
|
||||
|
Reference in New Issue
Block a user