Mercurial
comparison third_party/sqlite3/sqlite3.pc.in @ 167:589bab390fb4
[ThirdParty] Added sqlite3 to the third_party.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 16:28:45 -0800 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 166:78ea8d5ccc87 | 167:589bab390fb4 |
|---|---|
| 1 # Package Information for pkg-config | |
| 2 | |
| 3 prefix=@prefix@ | |
| 4 exec_prefix=@exec_prefix@ | |
| 5 libdir=@libdir@ | |
| 6 includedir=@includedir@ | |
| 7 | |
| 8 Name: SQLite | |
| 9 Description: SQL database engine | |
| 10 Version: @PACKAGE_VERSION@ | |
| 11 Libs: -L${libdir} -lsqlite3 | |
| 12 Libs.private: @LDFLAGS_MATH@ @LDFLAGS_ZLIB@ @LDFLAGS_DLOPEN@ @LDFLAGS_PTHREAD@ @LDFLAGS_ICU@ | |
| 13 Cflags: -I${includedir} |