Files
upm/src/ds1808lc/CMakeLists.txt

6 lines
180 B
CMake
Raw Normal View History

set (libname "ds1808lc")
set (libdescription "Lighting Controller")
set (module_src ${libname}.cxx mraa-utils.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(interfaces mraa)