mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
6 lines
189 B
CMake
6 lines
189 B
CMake
set (libname "hlg150h")
|
|
set (libdescription "150W Constant Voltage/current LED Driver")
|
|
set (module_src ${libname}.cxx mraa-utils.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa)
|