mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
11 lines
326 B
PkgConfig
11 lines
326 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 -lIlmThread @PTHREAD_LIBS@
|
|
Cflags: @PTHREAD_CFLAGS@ -I${OpenEXR_includedir}
|