Open
Description
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