We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a03218 commit 0f56bf4Copy full SHA for 0f56bf4
src/CMakeLists.txt
@@ -15,6 +15,7 @@ add_compile_definitions(FMT_HEADER_ONLY FMT_UNICODE=0 BEA_ENGINE_STATIC CAPSTONE
15
if(WIN32)
16
set(RP_PLAT "win")
17
add_compile_definitions(NOMINMAX)
18
+ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
19
elseif(UNIX)
20
if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)
21
set(RP_PLAT "fbsd")
0 commit comments