minetest/lib/gmp/CMakeLists.txt

4 lines
63 B
CMake

add_library(gmp STATIC mini-gmp.c)
target_link_libraries(gmp)