mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00
a110x: Initial implementation
Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Sarah Knepper <sarah.knepper@intel.com>
This commit is contained in:

committed by
Sarah Knepper

parent
02156d11c8
commit
0b7547231f
5
src/a110x/CMakeLists.txt
Normal file
5
src/a110x/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
set (libname "a110x")
|
||||
set (libdescription "upm a110x sensor module")
|
||||
set (module_src ${libname}.cxx)
|
||||
set (module_h ${libname}.h)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user