1 2 3 4 5 6 7
if(MSVC) set(CMAKE_C_FLAGS_RELEASE "/MT /O2 /Ob2 /D NDEBUG") endif() add_library(gmp mini-gmp.c) target_link_libraries(gmp)