Add LibGMP
authorest31 <MTest31@outlook.com>
Sun, 12 Apr 2015 04:18:48 +0000 (06:18 +0200)
committerest31 <MTest31@outlook.com>
Mon, 11 May 2015 15:48:33 +0000 (17:48 +0200)
commit181f7baa453c58d4070de7196fd74663110946a8
tree3a7f8d55b3d633aa25b66b864fc83272a10197c3
parent58eae43322ffa83f634b4199176f4e1bae0cbcde
Add LibGMP

Uses system provided libgmp if found, if not it falls back to mini-gmp.
.gitignore
README.txt
build/android/Makefile
build/android/jni/Android.mk
cmake/Modules/FindGMP.cmake [new file with mode: 0644]
src/CMakeLists.txt
src/cmake_config.h.in
src/gmp/CMakeLists.txt [new file with mode: 0644]
src/gmp/mini-gmp.c [new file with mode: 0644]
src/gmp/mini-gmp.h [new file with mode: 0644]
util/travis/before_install.sh