Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for CMake find_package(…) #5

Open
tanius opened this issue Jun 20, 2020 · 0 comments
Open

Support for CMake find_package(…) #5

tanius opened this issue Jun 20, 2020 · 0 comments

Comments

@tanius
Copy link

tanius commented Jun 20, 2020

So-called "modern" CMake allows to use CMake packages. That enabled one CMake build system (= one call to cmake) to rely on libraries etc. provided and exported by other build systems, located in other repositories on the file system or even installed from operating system packages. QZXingNu already uses that for its dependencies, but does not yet provide a package itself.

It would be great if QZXingNu could be provided as such a CMake package, simplifying the use for those who don't want to include it into their source tree to then use add_subdirectory(…). See: cmake-packages(7) → Creating packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant