Initial commit
This commit is contained in:
commit
0061f9692f
3 changed files with 18 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.vs
|
||||||
|
out
|
||||||
|
|
||||||
|
*.json
|
9
CMakeLists.txt
Normal file
9
CMakeLists.txt
Normal 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
5
README.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue