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.2.1#21
Aug 7, 2023
!xbox
gmplib.org
2973016c49
LGPL-3.0-onlyorGPL-2.0-only
Manifest