mirror of
https://github.com/sqlite/sqlite.git
synced 2024-12-01 17:23:42 +01:00
27438cf186
FossilOrigin-Name: b36e6e4907716e048fb21903e234578596c7333d
13 lines
250 B
PkgConfig
13 lines
250 B
PkgConfig
# Package Information for pkg-config
|
|
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lsqlite3
|
|
Cflags: -I${includedir}
|