| 1234567891011121314151617 |
- ##
- ## SPDX-License-Identifier: BSD-3-Clause
- ## Copyright Contributors to the OpenEXR Project.
- ##
- prefix=/data/mxe/usr/x86_64-w64-mingw32.shared.all
- 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.9
- Requires:
- Conflicts:
- Libs.private: -L${libdir} -lImath${libsuffix}
- Cflags: -I${includedir} -I${includedir}/Imath
|