Add hint comment

This commit is contained in:
momo5502
2024-11-18 16:57:51 +01:00
parent 804f517e68
commit f19945121e

View File

@@ -102,6 +102,8 @@ momo_add_c_and_cxx_compile_options(
endif() endif()
########################################## ##########################################
# Must be a dynamic runtime (/MD or /MDd) to enforce
# shared allocators between emulator and implementation
set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>DLL) set(CMAKE_MSVC_RUNTIME_LIBRARY MultiThreaded$<$<CONFIG:Debug>:Debug>DLL)