mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

Missed one instance of module_h for the recent bmp changes. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
206 B
CMake
6 lines
206 B
CMake
set (libname "bmp280")
|
|
set (libdescription "Bosch bmp280 Pressure sensor and bme280 humidity sensor")
|
|
set (module_src ${libname}.cxx bme280.cxx)
|
|
set (module_hpp ${libname}.hpp bme280.hpp)
|
|
upm_module_init()
|