Skip to content

[pkg-config] Provide a single package-config .pc file for all pcl libraries #4838

Open
@Rapyuta-ConnorPerrin

Description

@Rapyuta-ConnorPerrin

pkg-config with pcl needs to be informed of each individual library. It's quite bothersome

Expected behavior

pkg-config --cflags pcl should return the cflags for all PCL libraries

Current Behavior

Need to call pkg-config --cflags pcl_common and so on

Additional context

Every module's CMakeLists.txt creates a pkg-config. This can be done by creating a fake module which depends on all built modules and then generates a pkg-config file

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions