mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
13 lines
247 B
PkgConfig
13 lines
247 B
PkgConfig
![]() |
prefix=@prefix@
|
||
|
exec_prefix=@exec_prefix@
|
||
|
libdir=@libdir@
|
||
|
includedir=@includedir@
|
||
|
|
||
|
Name: @PACKAGE@
|
||
|
Description: A small line editing library without termcap/curses
|
||
|
Version: @VERSION@
|
||
|
Requires:
|
||
|
Libs: -L${libdir} -leditline
|
||
|
Cflags: -I${includedir}
|
||
|
|