You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
238 B

  1. # Package Information for pkg-config
  2. prefix=@prefix@
  3. exec_prefix=@exec_prefix@
  4. libdir=@libdir@
  5. includedir=@includedir@
  6. Name: SQLite
  7. Description: SQL database engine
  8. Version: @VERSION@
  9. Libs: -L${libdir} -lsqlite3
  10. Cflags: -I${includedir}