Files
upm/src/max44000/CMakeLists.txt

6 lines
143 B
CMake
Raw Normal View History

set (libname "max44000")
set (libdescription "MAX44000")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)