mirror of
https://github.com/skot/ESP-Miner.git
synced 2025-03-30 04:31:54 +02:00
12 lines
162 B
CMake
12 lines
162 B
CMake
idf_component_register(
|
|
SRCS
|
|
"utils.c"
|
|
"mining.c"
|
|
"stratum_api.c"
|
|
|
|
INCLUDE_DIRS
|
|
"include"
|
|
REQUIRES
|
|
json
|
|
mbedtls
|
|
) |