This website requires JavaScript.
Explore
Help
Register
Sign In
BRNSystems
/
minetest
Watch
1
Star
0
Fork
0
You've already forked minetest
forked from
Mirrorlandia_minetest/minetest
Code
Pull Requests
1
Activity
adaa4cc2f3
minetest
/
lib
/
gmp
/
CMakeLists.txt
4 lines
63 B
CMake
Raw
Normal View
History
Unescape
Escape
Declare all bundled libs as static Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
2022-05-06 14:42:56 +02:00
add_library
(
gmp
STATIC
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