mirror of
https://github.com/eclipse/upm.git
synced 2025-03-29 11:50:02 +03:00
9 lines
189 B
CMake
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)
|