Skip to main content
The ResQ C++ libraries at resq-software/vcpkg ship as header-only and static-library packages installable through the vcpkg package manager. They are intended for performance-sensitive components that integrate with the ResQ platform from native code.
Each package’s headers live under packages/<pkg>/include/resq/. Detailed type and function reference is regenerated from the headers’ Doxygen comments and lives under Generated Package References → C++.

Install via vcpkg

Then in your CMakeLists.txt:

Build from source

The build emits static libraries; headers are in packages/<pkg>/include/. See the README for the authoritative integration guide.