mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-01-09 16:56:05 +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
|