CMakeLists.txt 56 B

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