mirror of
https://github.com/minetest/minetest.git
synced 2024-12-12 09:23:15 +01:00
e81c48526b
Otherwise it can happen that these are built as shared depending on the options passed to CMake, which obviously isn't intended.
4 lines
63 B
CMake
4 lines
63 B
CMake
add_library(gmp STATIC mini-gmp.c)
|
|
target_link_libraries(gmp)
|
|
|