2024A-SW/components/Switches/CMakeLists.txt
2025-01-25 14:04:42 -06:00

10 lines
150 B
CMake

idf_component_register(
SRCS
"Switches.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"driver"
"button"
)