cable-length-cutter/main/CMakeLists.txt
2022-09-12 13:48:58 +02:00

14 lines
243 B
CMake

idf_component_register(
SRCS
"main.cpp"
"config.cpp"
"control.cpp"
"buzzer.cpp"
"vfd.cpp"
"display.cpp"
"cutter.cpp"
"switchesAnalog.cpp"
INCLUDE_DIRS
"."
)