mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-16 22:37:22 +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)
|
cmake_minimum_required(VERSION 3.20)
|
||||||
|
|
||||||
|
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
|
||||||
|
|
||||||
project(YimMenu CXX ASM_MASM)
|
project(YimMenu CXX ASM_MASM)
|
||||||
|
|
||||||
if (NOT MSVC)
|
if (NOT MSVC)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user