1
0
forked from GitHub/gf-core

added libsg in the C runtime

This commit is contained in:
krasimir
2015-08-24 09:36:51 +00:00
parent e43608eca0
commit 32d5d4b52f
5 changed files with 161640 additions and 10 deletions

10
src/runtime/c/libsg.pc.in Normal file
View File

@@ -0,0 +1,10 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libsg
Description: Semantic Graph library
Version: @VERSION@
Libs: -L${libdir} -lsg -lpgf
Cflags: -I${includedir}