When using MinGW, the generated "FAudio.pc" contains incorrect or incomplete paths.
libdir=${prefix}
includedir=${prefix}
While using include(GNUInstallDirs with MinGW may have been an issue when "FAudio.pc" was introduced into the code, that is no longer the case in my testing.
faudio-CMAKE_INSTALL-dirs.patch.txt
Maybe someone can look into it.