2020-01-07 22:51:34 +00:00
|
|
|
prefix=@CMAKE_INSTALL_PREFIX@
|
|
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
2020-04-18 02:23:28 +00:00
|
|
|
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
|
|
|
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
2020-01-07 22:51:34 +00:00
|
|
|
|
2021-06-26 22:27:28 +00:00
|
|
|
Name: @PROJECT_NAME@++
|
2020-01-07 22:51:34 +00:00
|
|
|
Description: C++ bindings for notcurses
|
2020-05-28 21:24:11 +00:00
|
|
|
Version: @PROJECT_VERSION@
|
2020-01-07 22:51:34 +00:00
|
|
|
|
2020-05-28 21:24:11 +00:00
|
|
|
Requires: notcurses >= @PROJECT_VERSION@
|
2021-01-18 19:10:04 +00:00
|
|
|
Libs: -L${libdir} -lnotcurses -lnotcurses++
|
2020-01-07 22:51:34 +00:00
|
|
|
Cflags: -I${includedir}
|