mirror of
https://github.com/eclipse/upm.git
synced 2025-06-13 16:50:39 +03:00
8 lines
240 B
CMake
8 lines
240 B
CMake
if (MRAA_IIO_FOUND)
|
|
set (libname "apds9930")
|
|
set (libdescription "Digital Ambient Light and Proximity Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa)
|
|
endif (MRAA_IIO_FOUND)
|