Files
chargeflow/components/gpio_button/CMakeLists.txt
2025-06-06 21:17:25 +01:00

4 lines
159 B
CMake
Executable File

idf_component_register(SRCS "button/button.c" "button/button_obj.cpp"
INCLUDE_DIRS "button/include"
REQUIRES "driver")