Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lcms2.pc.in - github.com/mm2/Little-CMS.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a2839830c006ecf86b714274638b60aed7057dfb (plain)
1
2
3
4
5
6
7
8
9
10
11
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE@
Description: LCMS Color Management Library
Version: @VERSION@
Libs: -L${libdir} -llcms2 @LIB_PLUGINS@
Libs.private: @LIB_MATH@ @LIB_THREAD@
Cflags: -I${includedir}