Revision e0f4bbd19d892da805db949a5b98c3dfa9842abc authored by Fabian Brandt on 23 April 2021, 09:51:40 UTC, committed by GitHub on 23 April 2021, 09:51:40 UTC
1 parent 29b3fba
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