mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 15:37:28 +03:00

Signed-off-by: Sarah Knepper <sarah.knepper@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
6 lines
137 B
CMake
6 lines
137 B
CMake
set (libname "ldt0028")
|
|
set (libdescription "upm ldt0028")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|