upm/src/si1132/CMakeLists.txt

6 lines
156 B
CMake
Raw Normal View History

set (libname "si1132")
set (libdescription "UV and ambient light sensor")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init()