esp-ena/components/pmu-axp192/CMakeLists.txt

7 lines
111 B
CMake

idf_component_register(
SRCS
"axp192.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
i2c-main
)