Skip to content

Latest commit

 

History

History
14 lines (6 loc) · 324 Bytes

README.md

File metadata and controls

14 lines (6 loc) · 324 Bytes

QrGen

The code is based on QR Code generator library and produce a library for the generation of a QR code of certain data. CMake produce the target 'QrGen' so one can link to this library like

target_link_libraries(<target> <PRIVATE|PUBLIC|INTERFACE> QrGen)