upm/src/max31855/CMakeLists.txt

6 lines
154 B
CMake
Raw Normal View History

set (libname "max31855")
set (libdescription "K type thermistor amplifier")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()