Revision bdbb926e7d3102c32a3fc54d4cfa769bfac822f4 authored by Alexander van der Grinten on 18 December 2020, 13:49:57 UTC, committed by GitHub on 18 December 2020, 13:49:57 UTC
Version 8.0: Readme + version update
2 parent s dcc0bb1 + d230725
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