

\vcpkg integrate installĪpplied user-wide integration for this vcpkg root.Īll C++ projects can now #include any installed libraries. The user-wide integration will prompt for administrator access the first time it is used on a given machine, but afterwards is no longer required and the integration is configured on a per-user basis. The recommended and most productive way to use vcpkg is via user-wide integration, making the system available for all projects you build. VS/MSBuild Project (User-wide integration) \vcpkg help triplet for all supported targets. \vcpkg install sqlite3:x86-uwp zlib:圆4-windows To install for other architectures and platforms such as Universal Windows Platform or 圆4 Desktop, you can suffix the package name with.
#MSBUILD INSTALL 2017 SOFTWARE#
Sqlite3:x86-windows 3.32.1 SQLite is a software library that implements a se. We can check that sqlite3 was successfully installed for x86 Windows desktop by running the list command.

Target_link_libraries(main PRIVATE unofficial::sqlite3::sqlite3)) The package sqlite3:x86-windows provides CMake targets:įind_package(unofficial-sqlite3 CONFIG REQUIRED)

doneĮlapsed time for package sqlite3:x86-windows: 12 s Using source at C:/src/vcpkg/buildtrees/sqlite3/src/3320100-15aeda126a.cleanīuilding package sqlite3:x86-windows. Extracting source C:/src/vcpkg/downloads/sqlite-amalgamation-3320100.zip Starting package 1/1: sqlite3:x86-windowsīuilding package sqlite3:x86-windows. The following packages will be built and installed: Installing is then as simple as using the install command.
#MSBUILD INSTALL 2017 FULL#
You can also run the search command without arguments to see the full list of packages. Looking at the list, we can see that the port is named "sqlite3". If your library is not listed, please open an issue at: Sqlite3 3.32.1 SQLite is a software library that implements a se. Libodb-sqlite 2.4.0 Sqlite support for the ODB ORM library To do that, we'll run the search command and inspect the output: PS D:\src\vcpkg>. VS/MSBuild Project (User-wide integration)įirst, we need to know what name SQLite goes by in the ports tree.Installing and Using Packages Example: SQLite Vcpkg get program files platform bitness.
