foundationdb/cmake/foundationdb-client.pc.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
180 B
PkgConfig
Raw Normal View History

libdir=/@LIB_DIR@
includedir=/@INCLUDE_DIR@
2019-05-24 05:13:07 +08:00
Name: foundationdb-client
Description: FoundationDB c client
Version: @FDB_VERSION@
2019-05-24 05:13:07 +08:00
Libs: -L${libdir} -lfdb_c
Cflags: -I${includedir}