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

7 lines
118 B
CMake

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