prefix=@CMAKE_INSTALL_PREFIX@ exec_prefix=${prefix} bindir=${prefix}/@INSTALL_BINDIR@ libdir=${prefix}/@INSTALL_LIBDIR@ includedir=${prefix}/@INSTALL_INCLUDEDIR@ $<$:mkspecsdir=${prefix}/@INSTALL_MKSPECSDIR@> $<1: > Name: @pkgconfig_name@ Description: @pkgconfig_description@ Version: @PROJECT_VERSION@ Libs: $<$:-L${libdir} -l@pkgconfig_file@> @link_options@ Cflags: @include_dirs@ @compile_defs@ Requires: $, >