libunwind official github repo (in need of new / additional maintainer, mail/open issue if interested)
Run the following Vcpkg command to install the port.
vcpkg install libunwind
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)
v1.8.1#1
Sep 30, 2024
linux
libunwind/libunwind1K
nongnu.org/libunwind
88fbb11406
MIT
Manifest