summaryrefslogtreecommitdiff
path: root/lib/gmp/CMakeLists.txt
blob: 96ae8191d5b60787b5a7133fb4fcd3af6c3e6beb (plain)
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)