Files
upm/src/bmpx8x/CMakeLists.txt

6 lines
181 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()