1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 09:41:56 +00:00

Prepare vm states

This commit is contained in:
momo5502
2022-03-27 11:20:46 +02:00
parent 8fcaaf5cbf
commit dd6e296ea5
4 changed files with 92 additions and 2 deletions

View File

@ -14,6 +14,10 @@ set_property(GLOBAL PROPERTY USE_FOLDERS ON)
##########################################
set(WDK_WINVER "0x0602" CACHE STRING "Default WINVER for WDK targets")
##########################################
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>)
if(MSVC)