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

Provide the usage file of a package in the website #59

Open
aminya opened this issue Nov 2, 2021 · 1 comment
Open

Provide the usage file of a package in the website #59

aminya opened this issue Nov 2, 2021 · 1 comment

Comments

@aminya
Copy link

aminya commented Nov 2, 2021

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.

@aminya
Copy link
Author

aminya commented Feb 9, 2022

What is needed to fix this?

@aminya aminya changed the title Provide the CMake targets of a package in the website Provide the usage file of a package in the website Feb 9, 2022
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