2021-11-11 17:39:53 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
bindir=${prefix}/@INSTALL_BINDIR@
|
2022-07-19 00:23:59 +00:00
|
|
|
libexecdir=${prefix}/@INSTALL_LIBEXECDIR@
|
2021-11-11 17:39:53 +00:00
|
|
|
libdir=${prefix}/@INSTALL_LIBDIR@
|
|
|
|
includedir=${prefix}/@INSTALL_INCLUDEDIR@
|
|
|
|
$<$<BOOL:@contains_mkspecs@>:mkspecsdir=${prefix}/@INSTALL_MKSPECSDIR@>
|
|
|
|
$<1: >
|
|
|
|
Name: @pkgconfig_name@
|
|
|
|
Description: @pkgconfig_description@
|
|
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Libs: $<$<NOT:@is_interface_library@>:-L${libdir} -l@pkgconfig_file@> @link_options@
|
|
|
|
Cflags: @include_dirs@ @compile_defs@
|
|
|
|
Requires: $<JOIN:$<REMOVE_DUPLICATES:@target_requires@>, >
|