static link the vcruntime due to some people not having latest vcruntime dll installed on their machine (#3299)

This commit is contained in:
Quentin 2024-07-04 15:59:52 +02:00 committed by GitHub
parent 54286f3bb4
commit 4074f89abd

View File

@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 3.20)
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
project(YimMenu CXX ASM_MASM)
if (NOT MSVC)