upm/src/emg/CMakeLists.txt
Serban Waltter 5f9bebad14 Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
2018-10-11 17:55:25 +03:00

10 lines
216 B
CMake

upm_mixed_module_init (NAME emg
DESCRIPTION "Electromyography (EMG) Sensor"
C_HDR emg.h
C_SRC emg.c
CPP_HDR emg.hpp
CPP_SRC emg.cxx
FTI_SRC emg_fti.c
IFACE_HDR iEmg.hpp
REQUIRES mraa)