mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-30 14:44:56 +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:
		 Norbert Wesp
					Norbert Wesp
				
			
				
					committed by
					
						 Mihai Tudor Panu
						Mihai Tudor Panu
					
				
			
			
				
	
			
			
			 Mihai Tudor Panu
						Mihai Tudor Panu
					
				
			
						parent
						
							545e288967
						
					
				
				
					commit
					080c121e07
				
			| @@ -2,4 +2,4 @@ set (libname "tcs37727") | ||||
| set (libdescription "Color 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