Revision bcfab97a0adb8e201cad960b05c188b56a5516d6 authored by Fabian Brandt on 23 February 2021, 16:43:03 UTC, committed by GitHub on 23 February 2021, 16:43:03 UTC
Bump version 8.1
2 parent s 48162bf + 217e895
Raw File
networkit.pc
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
includedir=${prefix}/@NETWORKIT_INSTALL_INCLUDE_DIR@
libdir=${exec_prefix}/@NETWORKIT_INSTALL_LIB_DIR@

Name: networkit
Description: networkit
URL: http://networkit.github.io
Version: @NETWORKIT_VERSION@
Cflags: -I${includedir} @NETWORKIT_CXX_FLAGS@
Libs: -L${libdir} -l@NETWORKIT_LIBNAME@
back to top