12 lines
218 B
PkgConfig
Raw Normal View History

2017-06-07 04:59:40 +01:00
prefix=/usr
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: SQLite
Description: SQL database engine
2017-07-11 16:20:37 +01:00
Version: 3.19.3
2017-06-07 04:59:40 +01:00
Libs: -L${libdir} -lsqlite3
Libs.private:
Cflags: -I${includedir}