upm/src/biss0001/CMakeLists.txt
Serban Waltter 75dced21be Added bindings for iMotion and iPressure sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
2018-10-11 17:54:09 +03:00

11 lines
272 B
CMake

upm_mixed_module_init (NAME biss0001
DESCRIPTION "Passive Infrared (PIR) Motion Sensor"
C_HDR biss0001.h
C_SRC biss0001.c
CPP_HDR biss0001.hpp
CPP_SRC biss0001.cxx
IFACE_HDR iMotion.hpp
FTI_SRC biss0001_fti.c
CPP_WRAPS_C
REQUIRES mraa)