mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 17:00:03 +03:00

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>
6 lines
147 B
CMake
6 lines
147 B
CMake
set (libname "tcs37727")
|
|
set (libdescription "Color Sensor")
|
|
set (module_src ${libname}.cpp)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa)
|