Skip to content

Commit f312d64

Browse files
committed
Install dependent dlls in generated win packages
1 parent 53d2007 commit f312d64

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

SetCompilerFlags.cmake

+5
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ else ()
102102
set(CMAKE_CXX_FLAGS "/Zc:wchar_t- /EHsc /GR /MP /utf-8 ${CMAKE_CXX_FLAGS}")
103103

104104
set(LIB_INSTALL_DIR "bin")
105+
106+
install(FILES ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS}
107+
DESTINATION bin
108+
COMPONENT Libraries)
109+
105110
endif ()
106111

107112

0 commit comments

Comments
 (0)