esp-idf/examples/common_components/qrcode/CMakeLists.txt

6 lines
203 B
CMake
Raw Normal View History

idf_component_register(SRCS "esp_qrcode_main.c" "esp_qrcode_wrapper.c" "qrcodegen.c"
INCLUDE_DIRS "include"
REQUIRES
PRIV_REQUIRES )