19 lines
485 B
PkgConfig
19 lines
485 B
PkgConfig
|
# Copyright (c) 2021-present, Facebook, Inc.
|
||
|
# All rights reserved.
|
||
|
#
|
||
|
# This source code is licensed under the BSD3 license found in the
|
||
|
# LICENSE file in the root directory of this source tree.
|
||
|
|
||
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
exec_prefix=${prefix}
|
||
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||
|
|
||
|
Name: @PROJECT_NAME@
|
||
|
Description: @PROJECT_DESCRIPTION@
|
||
|
Version: @PROJECT_VERSION@
|
||
|
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -lpackager
|
||
|
Cflags: -I${includedir}
|