ESP-Miner/main/CMakeLists.txt
2023-05-10 23:16:13 -04:00

16 lines
202 B
CMake
Executable File

idf_component_register(SRCS
"main.c"
"system.c"
"adc.c"
"INA260.c"
"EMC2101.c"
"led_controller.c"
"DS4432U.c"
"EMC2101.c"
"INA260.c"
"adc.c"
"oled.c"
"fonts.c"
"system.c"
INCLUDE_DIRS ".")