mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00
5 lines
118 B
CMake
5 lines
118 B
CMake
set (libname "my9221")
|
|
set (libdescription "upm ledbar")
|
|
add_library (${libname} SHARED my9221.cxx)
|
|
upm_module_init()
|