12 lines
336 B
PkgConfig
12 lines
336 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
OpenEXR_includedir=@includedir@/OpenEXR
|
|
|
|
Name: IlmBase
|
|
Description: Base math and exception libraries
|
|
Version: @ILMBASE_VERSION@
|
|
Libs: -L${libdir} -lImath -lHalf -lIex -lIexMath -lIlmThread @PTHREAD_LIBS@
|
|
Cflags: @PTHREAD_CFLAGS@ -I${OpenEXR_includedir}
|