git-subtree-dir: rtengine/libraw git-subtree-split: cccb97647fcee56801fa68231fa8a38aa8b52ef7
13 lines
337 B
PkgConfig
13 lines
337 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libraw
|
|
Description: Raw image decoder library (non-thread-safe)
|
|
Requires: @PACKAGE_REQUIRES@
|
|
Version: @PACKAGE_VERSION@
|
|
Libs: -L${libdir} -lraw -lstdc++@PC_OPENMP@
|
|
Libs.private: @PACKAGE_LIBS_PRIVATE@
|
|
Cflags: -I${includedir}/libraw -I${includedir}
|