1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-24 05:15:22 +02:00

Add LibGMP

Uses system provided libgmp if found, if not it falls back to mini-gmp.
This commit is contained in:
est31
2015-04-12 06:18:48 +02:00
parent 58eae43322
commit 181f7baa45
11 changed files with 4537 additions and 43 deletions

4
src/gmp/CMakeLists.txt Normal file
View File

@@ -0,0 +1,4 @@
add_library(gmp mini-gmp.c)
target_link_libraries(gmp)