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