PortAudio / portaudio

PortAudio is a cross-platform, open-source C language library for real-time audio input and output.
Other
1.43k stars 296 forks source link

bindings/cpp: CMake: support pkgconfig with RelWithDebInfo #822

Closed carlo-bramini closed 1 year ago

carlo-bramini commented 1 year ago

I suggest to add this quick fix that adds also RelWithDebInfo to the configurations allowed to install portaudiocpp.pc, otherwise you won't have support for pkg-config when building a release package with separate debugging information. Actually, besides that, RelWithDebInfo is identical to Release.