mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
10 lines
180 B
PkgConfig
10 lines
180 B
PkgConfig
libdir=/@LIB_DIR@
|
|
includedir=/@INCLUDE_DIR@
|
|
|
|
Name: foundationdb-client
|
|
Description: FoundationDB c client
|
|
Version: @FDB_VERSION@
|
|
|
|
Libs: -L${libdir} -lfdb_c
|
|
Cflags: -I${includedir}
|