Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / examples / common / QRCode / CMakeLists.txt
1 idf_component_register(SRCS "repo/c/qrcodegen.c"
2                        INCLUDE_DIRS "repo/c")
3
4 target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-unknown-pragmas")