Neither of exporters' CMakeLists.txt have instruction to install its pckconfig
Similar instructor is missing
if(OPENTELEMETRY_INSTALL)
opentelemetry_add_pkgconfig(
api "OpenTelemetry API"
"A header-only library to support instrumentation with OpenTelemetry."
"${TARGET_DEPS}")
endif()
So it is impossible to use PkgConfig to add exporter libraries to the application.