minetest/src/gmp/CMakeLists.txt

5 lines
57 B
CMake
Raw Normal View History

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