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