mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Add hint comment
This commit is contained in:
@@ -102,6 +102,8 @@ momo_add_c_and_cxx_compile_options(
|
||||
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user