mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 21:49:00 +08:00
93885afd50
* [libdjinterop] update to 0.16.0 * [sqlite3] add pkgconfig file Linux distributions typically use the SQLite autoconf package, but this port uses the SQLite amalgamation package with a custom CMakeLists.txt so the port needs to take care of installing the pkgconfig file.
12 lines
269 B
PkgConfig
12 lines
269 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: SQLite
|
|
Description: SQL database engine
|
|
Version: @PKGCONFIG_VERSION@
|
|
Libs: -L${libdir} -lsqlite3
|
|
Libs.private: @PKGCONFIG_LIBS_PRIVATE@
|
|
Cflags: -I${includedir}
|