mirror of
https://github.com/SeanOMik/eBookReaderSwitch.git
synced 2025-03-10 22:21:33 +00:00
11 lines
249 B
PkgConfig
11 lines
249 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: @PACKAGE@
|
|
Description: LCMS Color Management Library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -llcms2
|
|
Libs.private: @LIB_MATH@ @LIB_THREAD@
|
|
Cflags: -I${includedir}
|