mirror of
				https://github.com/eclipse/upm.git
				synced 2025-11-04 09:05:34 +03:00 
			
		
		
		
	upm: new standard for modules cmake file
* Update all previously updated modules Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
		@@ -1,4 +1,5 @@
 | 
			
		||||
set (libname "mma7455")
 | 
			
		||||
set (libdescription "upm MMA7455")
 | 
			
		||||
add_library (mma7455 SHARED mma7455.cxx)
 | 
			
		||||
set (module_src ${libname}.cxx)
 | 
			
		||||
set (module_h ${libname}.h)
 | 
			
		||||
upm_module_init()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user