mirror of
https://github.com/MCLx86/xtreemtest.git
synced 2025-01-31 04:28:43 +01:00
4 lines
63 B
CMake
4 lines
63 B
CMake
|
add_library(gmp STATIC mini-gmp.c)
|
||
|
target_link_libraries(gmp)
|
||
|
|