Revision 50e1c46884478ec6358046492f6ba37dfb891546 authored by Eugenio Angriman on 14 January 2021, 08:06:53 UTC, committed by GitHub on 14 January 2021, 08:06:53 UTC
2 parent s f3330c4 + cd14350
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