Skip to content

Commit

Permalink
Add VC++ redistributables
Browse files Browse the repository at this point in the history
  • Loading branch information
TLCFEM committed Jun 10, 2024
1 parent c926014 commit d40550e
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/dev-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,6 @@ jobs:
cd build/dist/bin
7z a ../../../$file_name ./*
- name: Test
if: false
run: |
build/dist/bin/suanPan.exe -v
- name: Upload
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ elseif (COMPILER_IDENTIFIER MATCHES "vs")
install(FILES ${svml_dispmd} DESTINATION bin)
endif ()
else ()
file(GLOB DLL_FILES Libs/win/lib*.dll)
file(GLOB DLL_FILES Libs/win/lib*.dll Libs/win/vc*.dll Libs/win/msvcp140.dll)
install(FILES ${DLL_FILES} DESTINATION bin)
endif ()
endif ()
Expand Down
Binary file added Libs/win/msvcp140.dll
Binary file not shown.
Binary file added Libs/win/vcruntime140.dll
Binary file not shown.
Binary file added Libs/win/vcruntime140_1.dll
Binary file not shown.

0 comments on commit d40550e

Please sign in to comment.