libaac-next/source/libaac/pkg-config.pc.in
wrapper ee8633dfee
Some checks are pending
C++ CI / build (push) Waiting to run
C++ CI / test (push) Blocked by required conditions
C++ CI / check (push) Blocked by required conditions
pkg-config support
2025-08-08 13:25:09 +07:00

11 lines
283 B
PkgConfig

prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/@target@
toolsdir=${exec_prefix}/bin
Name: @PROJECT_NAME@
Description: @PROJECT_DESCRIPTION@
Version: @PROJECT_VERSION@
Libs: -L${libdir} -l@target@
Cflags: -I${includedir}