4 lines
56 B
CMake
Raw Normal View History

2020-10-04 03:37:08 +02:00
add_library(gmp mini-gmp.c)
target_link_libraries(gmp)