libunwind official github repo (in need of new / additional maintainer, mail/open issue if interested)
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.0#0
linux
MIT
Manifest