Initial commit
This commit is contained in:
commit
0061f9692f
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++")
|
Loading…
Reference in a new issue