5 lines
57 B
CMake
5 lines
57 B
CMake
|
add_library(gmp mini-gmp.c)
|
||
|
|
||
|
target_link_libraries(gmp)
|
||
|
|