mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 17:31:13 +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 "hmc5883l")
|
||||
set (libdescription "libupm Digital Compass")
|
||||
add_library (hmc5883l SHARED hmc5883l.cxx)
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
||||
|
Reference in New Issue
Block a user