upm/src/button/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

9 lines
189 B
CMake

upm_mixed_module_init (NAME button
DESCRIPTION "Button"
C_HDR button.h
C_SRC button.c
CPP_HDR button.hpp
CPP_SRC button.cxx
IFACE_HDR iButton.hpp
REQUIRES mraa)