cpptrace v0.7.3
- Created
- Updated
Simple, portable, and self-contained stacktrace library for C++11 and newer
# Usage
cpptrace provides CMake targets:
find_package(cpptrace CONFIG REQUIRED)
target_link_libraries(main PRIVATE cpptrace::cpptrace)
# License
# Supported Platforms
!(uwp | android)
- ✅ linux
- ✅ osx
- ✅ windows
- ❌
uwp
# Features
No features defined.
# Dependencies
libdwarf
Platforms:
!windows | mingw
# Host Dependencies
No transitive dependencies.
# Dependents
# Host Dependents
No dependents.
# Contributors
- Jeremy Rifkin