Skip to content

Commit 0f56bf4

Browse files
committed
win static
1 parent 9a03218 commit 0f56bf4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ add_compile_definitions(FMT_HEADER_ONLY FMT_UNICODE=0 BEA_ENGINE_STATIC CAPSTONE
1515
if(WIN32)
1616
set(RP_PLAT "win")
1717
add_compile_definitions(NOMINMAX)
18+
set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
1819
elseif(UNIX)
1920
if(${CMAKE_SYSTEM_NAME} STREQUAL FreeBSD)
2021
set(RP_PLAT "fbsd")

0 commit comments

Comments
 (0)