We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
usage
Currently, it is hard to know how we can use a package in CMake. Sometimes the CLI prints some information after it installs the package
find_package(fmt CONFIG REQUIRED) target_link_libraries(main PRIVATE fmt::fmt)
But this information is not available before writing the correct CMake file. It would be nice to have these CMake targets on the website.
The text was updated successfully, but these errors were encountered:
What is needed to fix this?
Sorry, something went wrong.
No branches or pull requests
Currently, it is hard to know how we can use a package in CMake. Sometimes the CLI prints some information after it installs the package
But this information is not available before writing the correct CMake file. It would be nice to have these CMake targets on the website.
The text was updated successfully, but these errors were encountered: