Skip to content

Commit

Permalink
Add include/OpenEXR to -I and OpenEXRUtil,Iex,IlmThread to -L (#943)
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm authored Feb 26, 2021
1 parent ec8af9a commit 28fa44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/OpenEXR.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Name: OpenEXR
Description: OpenEXR image library
Version: @OPENEXR_VERSION@

Libs: -L${libdir} -lOpenEXR${libsuffix}
Cflags: -I${includedir}
Libs: -L${libdir} -lOpenEXR${libsuffix} -lOpenEXRUtil${libsuffix} -lIex${libsuffix} -lIlmThread${libsuffix}
Cflags: -I${includedir} -I${OpenEXR_includedir}
Requires: Imath
Libs.private: @zlib_link@

0 comments on commit 28fa44d

Please sign in to comment.