2025-05-28 06:49:13 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
2021-11-11 14:39:53 -03:00
|
|
|
exec_prefix=${prefix}
|
|
|
|
bindir=${prefix}/@INSTALL_BINDIR@
|
2022-07-18 20:23:59 -04:00
|
|
|
libexecdir=${prefix}/@INSTALL_LIBEXECDIR@
|
2021-11-11 14:39:53 -03: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@
|
2025-02-11 11:20:36 -05:00
|
|
|
Libs: @link_options@
|
2021-11-11 14:39:53 -03:00
|
|
|
Cflags: @include_dirs@ @compile_defs@
|
|
|
|
Requires: $<JOIN:$<REMOVE_DUPLICATES:@target_requires@>, >
|