4 lines
56 B
CMake
4 lines
56 B
CMake
|
add_library(gmp mini-gmp.c)
|
||
|
target_link_libraries(gmp)
|
||
|
|