mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
13 lines
330 B
PkgConfig
13 lines
330 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}
|