upm/src/htu21d/CMakeLists.txt

6 lines
182 B
CMake
Raw Normal View History

set (libname "htu21d")
set (libdescription "Digital Relative Humidity Sensor with Temperature")
set (module_src ${libname}.cpp)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)