1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 00:25:19 +02:00
Files
luanti/lib/gmp/CMakeLists.txt
2025-07-12 13:23:35 +02:00

4 lines
74 B
CMake

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