Index: third_party/sqlite/sqlite-src-3080704/sqlite3.pc.in |
diff --git a/third_party/sqlite/sqlite-src-3080704/sqlite3.pc.in b/third_party/sqlite/sqlite-src-3080704/sqlite3.pc.in |
new file mode 100644 |
index 0000000000000000000000000000000000000000..3799671e613b34a4551d1010c13e334b89123ea1 |
--- /dev/null |
+++ b/third_party/sqlite/sqlite-src-3080704/sqlite3.pc.in |
@@ -0,0 +1,13 @@ |
+# Package Information for pkg-config |
+ |
+prefix=@prefix@ |
+exec_prefix=@exec_prefix@ |
+libdir=@libdir@ |
+includedir=@includedir@ |
+ |
+Name: SQLite |
+Description: SQL database engine |
+Version: @PACKAGE_VERSION@ |
+Libs: -L${libdir} -lsqlite3 |
+Libs.private: @LIBS@ |
+Cflags: -I${includedir} |