first commit
This commit is contained in:
commit
39e38f931f
382 changed files with 520450 additions and 0 deletions
13
build/linux/x64/debug/_deps/sqlite3-src/sqlite3.pc.in
Normal file
13
build/linux/x64/debug/_deps/sqlite3-src/sqlite3.pc.in
Normal file
|
|
@ -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}
|
||||
Reference in a new issue