mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 10:20:01 +03:00
7 lines
196 B
CMake
7 lines
196 B
CMake
![]() |
include_directories(..)
|
||
|
set (libname "ds1808lc")
|
||
|
set (libdescription “DS1808 lighting controller”)
|
||
|
set (module_src ${libname}.cxx mraa-utils.cxx)
|
||
|
set (module_h ${libname}.h)
|
||
|
upm_module_init()
|