upm/src/lpd8806/CMakeLists.txt

6 lines
151 B
CMake
Raw Normal View History

set (libname "lpd8806")
set (libdescription “Digital RGB LED strip”)
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()