mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 06:09:00 +08:00
80f8da23a8
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * add usage * update version * add pc * update version * add pc * update version
13 lines
332 B
PkgConfig
13 lines
332 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Readline
|
|
Description: Gnu Readline library for command line editing
|
|
URL: http://tiswww.cwru.edu/php/chet/readline/rltop.html
|
|
Version: @LIBVERSION@
|
|
Requires.private: @TERMCAP_PKG_CONFIG_LIB@
|
|
Libs: -L${libdir} -lreadline
|
|
Cflags: -I${includedir}
|