CMakeLists.txt 63 B

123
  1. add_library(gmp STATIC mini-gmp.c)
  2. target_link_libraries(gmp)