esp-ena/components/interface-input-buttons/CMakeLists.txt

7 lines
118 B
CMake

idf_component_register(
SRCS
"button-input.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
interface
)