mirror of
https://github.com/nopnop2002/esp-idf-mpr121.git
synced 2025-12-18 02:14:31 +03:00
changed to component
This commit is contained in:
3
components/mpr121/CMakeLists.txt
Normal file
3
components/mpr121/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
set(component_srcs "mpr121.c")
|
||||
|
||||
idf_component_register(SRCS "${component_srcs}" PRIV_REQUIRES driver INCLUDE_DIRS ".")
|
||||
Reference in New Issue
Block a user