1. Home
  2. Browse
  3. boost

boost

v1.72.0#0Go 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.72.0#0

Publication

Supports

All

Homepage

boost.org

Subtree

c50852aba0

License

Unknown license

Definition

Control