Files
upm/src/water/CMakeLists.txt
Serban Waltter 34bb12933d Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:15:13 -07:00

11 lines
239 B
CMake

upm_mixed_module_init (NAME water
DESCRIPTION "Water Detection Sensor"
C_HDR water.h
C_SRC water.c
CPP_HDR water.hpp
CPP_SRC water.cxx
FTI_SRC water_fti.c
IFACE_HDR iWater.hpp
CPP_WRAPS_C
REQUIRES mraa)