mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2024-12-22 20:17:24 +08:00
static link the vcruntime due to some people not having latest vcruntime dll installed on their machine (#3299)
This commit is contained in:
parent
54286f3bb4
commit
4074f89abd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user