minetest/lib/gmp/CMakeLists.txt

4 lines
56 B
CMake
Raw Permalink Normal View History

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