upm/src/max5487/CMakeLists.txt

6 lines
155 B
CMake
Raw Normal View History

set (libname "max5487")
set (libdescription "Digital Potentiometer")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)