Initial commit

This commit is contained in:
Robert 2020-07-17 16:34:06 +02:00
commit 0061f9692f
3 changed files with 18 additions and 0 deletions

4
.gitignore vendored Normal file
View file

@ -0,0 +1,4 @@
.vs
out
*.json

9
CMakeLists.txt Normal file
View file

@ -0,0 +1,9 @@
# CMakeList.txt : Top-level CMake project file, do global configuration
# and include sub-projects here.
#
cmake_minimum_required (VERSION 3.8)
project ("GMP++")
# Include sub-projects.
add_subdirectory ("GMP++")

5
README.md Normal file
View file

@ -0,0 +1,5 @@
# GM3P
[ʤiːməp]
GM3P which stands for GMP++ is a C++ binding for native GMP objects and functions.
It aims to give GMP a modern C++ interface.