gmpv6.3.0
- Updated
The GNU Multiple Precision Arithmetic Library
- Project website: https://gmplib.org
#Usage
The package gmp can be imported via CMake FindPkgConfig module:
# gmp
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmp REQUIRED IMPORTED_TARGET gmp)
target_link_libraries(main PkgConfig::gmp)
# gmpxx
find_package(PkgConfig REQUIRED)
pkg_check_modules(gmpxx REQUIRED IMPORTED_TARGET gmpxx)
target_link_libraries(main PkgConfig::gmpxx)#License
LGPL-3.0-only OR GPL-2.0-only
#Features
No default features.
#fat
Enable runtime selection of optimized low level routines
Platforms: !windows | mingw
- ✅linux
- ✅osx
- ✅uwp
- ❌
windows
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
#Dependencies
No dependencies.
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake (through vcpkg-cmake-get-vars)
#Used By
#Contributors
Alexander Neumann
NancyLi1013
Billy O'Neal
Phoebe
Ilya Arzhannikov
nicole mazzuca
Dawid Wróbel
Jack·Boos·Yu
Laurent Rineau
Evgeny Karpov
Mengna Li
Thomas1664
Kai Pastor
Lily Wang
robbert-ef
Chuck Walbourn
moritz-h
rj
Chase Knowlden