mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 23:24:20 +03:00 
			
		
		
		
	Updated Java CMake and examples to comply with the new interfaces.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
This commit is contained in:
		| @@ -4,9 +4,9 @@ file (GLOB example_src_list RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "*.cxx") | ||||
| # - Handle special cases here -------------------------------------------------- | ||||
|  | ||||
| # Test temperature interface for 2 sensor libraries | ||||
| add_example(iTemperature-sample.cxx TARGETS lm35 abp) | ||||
| add_example(iTemperature_sample.cxx TARGETS new_interfaces lm35 abp) | ||||
| # Test light interface for 3 sensor libraries | ||||
| add_example(iLight-sample.cxx TARGETS apds9002 bh1750 max44009) | ||||
| add_example(iLight_sample.cxx TARGETS new_interfaces apds9002 bh1750 max44009) | ||||
|  | ||||
| # - Create an executable for all other src files in this directory ------------- | ||||
| foreach (_example_src ${example_src_list}) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Serban Waltter
					Serban Waltter