Revision 8fcdbd0bcfa044bb68caaede8f9c638bf68f8fdd authored by Matthias Goerg on 21 January 2021, 10:01:39 UTC, committed by Matthias Goerg on 21 January 2021, 10:01:39 UTC
1 parent 20f6102
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