1. Home
  2. Browse
  3. boost

boost

v1.80.0#2Go to latest

Peer-reviewed portable C++ source libraries

Install

Run the following Vcpkg command to install the port.

vcpkg install boost

Usage

The package boost is compatible with built-in CMake targets:

find_package(Boost REQUIRED [COMPONENTS <libs>...])
target_link_libraries(main PRIVATE ${Boost_LIBRARIES})
target_include_directories(main PRIVATE ${Boost_INCLUDE_DIRS})

Features

Dependencies

See source

Version

v1.80.0#2

Publication

Supports

All

Homepage

boost.org

Subtree

5ba2b95aea

License

BSL-1.0

Definition

Manifest