The GNU Multiple Precision Arithmetic Library
Run the following Vcpkg command to install the port.
vcpkg install gmp
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)
Enable runtime selection of optimized low level routines
v6.3.0#1
Oct 29, 2024
!xbox
gmplib.org
b9fe496e22
LGPL-3.0-onlyorGPL-2.0-only
Manifest