Files
upm/src/bmpx8x/CMakeLists.txt

6 lines
196 B
CMake
Raw Normal View History

set (libname "bmpx8x")
set (libdescription "Bosch BMP & GY65 Atmospheric Pressure Sensor Library")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa interfaces)