1. Home
  2. Browse
  3. libunwind

libunwind

v1.8.0#0Go to latest

libunwind official github repo (in need of new / additional maintainer, mail/open issue if interested)

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.8.0#0

Publication

Supports

linux

GitHub

libunwind/libunwind1.1K

Homepage

nongnu.org/libunwind

Subtree

86a103d605

License

MIT

Definition

Manifest