mirror of
https://github.com/nopnop2002/esp-idf-mpr121.git
synced 2025-12-16 17:34:31 +03:00
4 lines
119 B
CMake
4 lines
119 B
CMake
set(component_srcs "mpr121.c")
|
|
|
|
idf_component_register(SRCS "${component_srcs}" PRIV_REQUIRES driver INCLUDE_DIRS ".")
|