Partially implements #199 This commit also implements a request from #178 (the ability to compile the libjpeg example as a standalone program.)
11 lines
293 B
PkgConfig
11 lines
293 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: libjpeg12
|
|
Description: A 12-bit JPEG codec that provides the libjpeg API
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljpeg12
|
|
Cflags: -I${includedir}
|