Files
warnemuende-lighthouses/firmware/components/touch/CMakeLists.txt

7 lines
197 B
CMake

idf_component_register(SRCS
"src/touch.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
button
)