Skip to content

[Improvement] Add cmake package option #6843

@bmarques1995

Description

@bmarques1995

A common usage in cmake to packages installed is:

find_package(<package_name>)

But the lib in its C version do not provide a native cmake target to the installation.
I know that a pkgconfig is provided, but some people prefer to use the native cmake
find_package.

With the PR #6840 , this feature is provided without modifying the pkgconfig provision.

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