mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-01 22:49:40 +00:00
4 lines
150 B
CMake
4 lines
150 B
CMake
idf_component_register(SRCS "esp_qrcode_main.c" "esp_qrcode_wrapper.c" "qrcodegen.c"
|
|
INCLUDE_DIRS "include"
|
|
)
|