mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-23 17:56:18 +00:00
14 lines
339 B
PkgConfig
14 lines
339 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
includedir=@includedir@
|
|
libdir=@libdir@
|
|
|
|
Name: sqlite3mc-@VERSION@
|
|
Description: SQLite3 with encryption extension supporting multiple ciphers
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -l@SQLITE3MC_LIBNAME@
|
|
Libs.private: -lpthread
|
|
Cflags: -I${includedir}/sqlite3mc
|