mirror of
https://github.com/tursodatabase/libsql.git
synced 2024-11-11 12:19:25 +00:00
14 lines
258 B
PkgConfig
14 lines
258 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @RELEASE@
|
|
Libs: -L${libdir} -lsqlite
|
|
Libs.private: @LIBS@
|
|
Cflags: -I${includedir}
|