mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-11 16:46:16 +00:00
Fix visual studio compilation
This commit is contained in:
2
deps/CMakeLists.txt
vendored
2
deps/CMakeLists.txt
vendored
@@ -13,7 +13,7 @@ option(FLATBUFFERS_INSTALL "" OFF)
|
||||
add_subdirectory(flatbuffers)
|
||||
|
||||
if(MSVC)
|
||||
target_compile_options(flatc PRIVATE /MD)
|
||||
target_compile_options(flatc PRIVATE /MD$<$<CONFIG:Debug>:d>)
|
||||
endif()
|
||||
|
||||
##########################################
|
||||
|
||||
Reference in New Issue
Block a user