Skip to content

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

@aminya

Description

@aminya

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions