You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notcurses/tools/notcurses++.pc.in

13 lines
354 B
PkgConfig

5 years ago
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=@CMAKE_INSTALL_PREFIX@
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
5 years ago
Name: @PROJECT_NAME@++
5 years ago
Description: C++ bindings for notcurses
Version: @PROJECT_VERSION@
5 years ago
Requires: notcurses >= @PROJECT_VERSION@
Libs: -L${libdir} -lnotcurses -lnotcurses++
5 years ago
Cflags: -I${includedir}