File: kseexpr.pc.in

package info (click to toggle)
kseexpr 4.0.4.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,732 kB
  • sloc: cpp: 19,563; yacc: 662; python: 242; lex: 242; ruby: 179; sh: 7; makefile: 6
file content (15 lines) | stat: -rw-r--r-- 497 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SPDX-FileCopyrightText: 2011-2019 Disney Enterprises, Inc.
# SPDX-License-Identifier: LicenseRef-Apache-2.0
# SPDX-FileCopyrightText: 2020 L. E. Segovia <amy@amyspark.me>
# SPDX-License-Identifier: GPL-3.0-or-later

# pkg-config file for KSeExpr
prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/include

Name: KSeExpr
Description: KSeExpr - An embeddable expression evaluation engine
Version: @KSeExpr_VERSION@
Cflags: -I${includedir}
Libs: -L${libdir}