upm/src/apds9930/CMakeLists.txt
Noel Eck 24b6cbcc85 permissions: No need for files to be executable
chmod ugo-x for the following files.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2017-07-27 11:12:59 -07:00

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)