mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 23:36:38 +08:00
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}
|