1. Home
  2. Browse
  3. libunwind

libunwind

v1.7.2#0Go to latest

Unix libray for portable stack unwinding

Install

Run the following Vcpkg command to install the port.

vcpkg install libunwind

Usage

The package libunwind can be imported via CMake FindPkgConfig module:

find_package(PkgConfig)
pkg_check_modules(libunwind REQUIRED IMPORTED_TARGET GLOBAL libunwind)

target_link_libraries(main PRIVATE PkgConfig::libunwind)

Dependencies

See source

Version

v1.7.2#0

Publication

Supports

linux

GitHub

libunwind/libunwind

Homepage

nongnu.org/libunwind

Subtree

e2b7697406

License

MIT

Definition

Manifest