notcurses/tools/notcurses++.pc.in

13 lines
340 B
PkgConfig
Raw Normal View History

2020-01-07 22:51:34 +00:00
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
2020-01-07 22:51:34 +00:00
Name: @PROJECT_NAME@
Description: C++ bindings for notcurses
Version: @PROJECT_VERSION@
2020-01-07 22:51:34 +00:00
Requires: notcurses >= @PROJECT_VERSION@
Libs: -L${libdir} -lnotcurses++
2020-01-07 22:51:34 +00:00
Cflags: -I${includedir}