7 lines
190 B
CMake
7 lines
190 B
CMake
|
|
include_directories(..)
|
||
|
|
set (libname "hlg150h")
|
||
|
|
set (libdescription “Lighting power supply”)
|
||
|
|
set (module_src ${libname}.cxx mraa-utils.cxx)
|
||
|
|
set (module_h ${libname}.h)
|
||
|
|
upm_module_init()
|