This website requires JavaScript.
Explore
Help
Sign in
oss
/
luanti
Watch
1
Star
0
Fork
You've already forked luanti
0
mirror of
https://github.com/luanti-org/luanti.git
synced
2025-06-27 16:36:03 +00:00
Code
Wiki
Activity
7dc68ebf53
luanti
/
lib
/
gmp
/
CMakeLists.txt
4 lines
56 B
Text
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)
Copy permalink