upm/src/ecs1030/CMakeLists.txt

6 lines
161 B
CMake
Raw Normal View History

set (libname "ecs1030")
set (libdescription "Non-invasive current sensor")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)