mirror of
https://github.com/eclipse/upm.git
synced 2025-06-12 08:10:24 +03:00

Removed old interfaces C++ examples. Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
7 lines
191 B
CMake
7 lines
191 B
CMake
set (libname "apds9002")
|
|
set (libdescription "Ambient Light Photo Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
set (module_iface iLight.hpp)
|
|
upm_module_init(mraa)
|