This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrorlandia_minetest
/
minetest
Watch
1
Star
0
Fork
1
You've already forked minetest
mirror of
https://github.com/minetest/minetest.git
synced
2024-11-14 19:53:44 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4582691104
minetest
/
lib
/
gmp
/
CMakeLists.txt
4 lines
56 B
CMake
Raw
Normal View
History
Unescape
Escape
Build and link gmp correctly on MSVC Also optimize json's library
2015-05-12 20:38:56 +02:00
add_library
(
gmp
mini-gmp.c
)
Add LibGMP Uses system provided libgmp if found, if not it falls back to mini-gmp.
2015-04-12 06:18:48 +02:00
target_link_libraries
(
gmp
)
Reference in New Issue
Copy Permalink