DYT/Tool/OpenSceneGraph-3.6.5/lib/pkgconfig/Imath.pc

19 lines
441 B
PkgConfig
Raw Permalink Normal View History

2024-12-24 23:49:36 +00:00
prefix=${pcfiledir}/../..
##
## SPDX-License-Identifier: BSD-3-Clause
## Copyright Contributors to the OpenEXR Project.
##
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
libsuffix=-3_1
Name: Imath
Description: Imath library: vector/matrix and math operations, plus the half type.
Version: 3.1.12
Requires:
Conflicts:
Libs: "-L${libdir}" "-lImath${libsuffix}"
Cflags: "-I${includedir}" "-I${includedir}/Imath"