mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-06-03 10:49:14 +02:00
14 lines
179 B
CMake
14 lines
179 B
CMake
idf_component_register(
|
|
SRCS
|
|
"utils.c"
|
|
"mining.c"
|
|
"stratum_api.c"
|
|
|
|
INCLUDE_DIRS
|
|
"include"
|
|
|
|
REQUIRES
|
|
"json"
|
|
"mbedtls"
|
|
"app_update"
|
|
) |