mirror of
https://github.com/sqlite/sqlite.git
synced 2024-11-22 03:40:55 +01:00
13 lines
237 B
PkgConfig
13 lines
237 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} -lsqlite
|
||
|
Cflags: -I${includedir}
|