mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-27 02:34:53 +00:00
12 lines
356 B
PkgConfig
12 lines
356 B
PkgConfig
prefix=@out@
|
|
includedir=${prefix}/include
|
|
libdir=${prefix}/lib
|
|
|
|
Name: clickhouse-cpp
|
|
Description: Library to interact with ClickHouse Database from C++ code
|
|
URL: https://github.com/ClickHouse/clickhouse-cpp
|
|
Version: @version@
|
|
Cflags: -pthread -isystem${includedir}
|
|
Libs: -pthread -L${libdir} -Wl,-rpath,${libdir} -lclickhouse-cpp-lib
|
|
Requires: absl_int128
|