mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00:00
478ebadd64
This reverts commit 51205551f5
.
13 lines
322 B
PkgConfig
13 lines
322 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: TUI library for modern terminal emulators
|
|
Version: @PROJECT_VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -lnotcurses
|
|
Cflags: -I${includedir}
|