mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00
6 lines
166 B
CMake
6 lines
166 B
CMake
set (libname "maxds3231m")
|
|
set (libdescription "realtime clock sensor from MAX family")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|