scytheStudio / SCodes

This project is Qt & Qml wrapper for ZXing-C++ Library that is used for decoding 1D and 2D barcodes.
https://scythe-studio.com/
Apache License 2.0
107 stars 36 forks source link

Implemented CMake support #8

Closed EndrII closed 2 years ago

EndrII commented 2 years ago

fix #7

This changes add support of the cmake build system. Tested on qt 5.15.2

Include

add_subdirectory(SCodes)
target_link_libraries(${PROJECT_NAME} PUBLIC SCodes)