mirror of
https://github.com/Cateners/tiny_computer.git
synced 2026-05-21 00:45:49 +08:00
11 lines
299 B
PkgConfig
11 lines
299 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
|
|
|
Name: libjpeg
|
|
Description: A SIMD-accelerated JPEG codec that provides the libjpeg API
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -ljpeg
|
|
Cflags: -I${includedir}
|