diff --git a/CMakeLists.txt b/CMakeLists.txt index 7d050cf..4ece27a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -188,7 +188,9 @@ if (WIN32) ${CMAKE_SOURCE_DIR}/bin/SDL2_image.dll ${CMAKE_SOURCE_DIR}/bin/SDL2_mixer.dll ${CMAKE_SOURCE_DIR}/bin/SDL2_ttf.dll + ${CMAKE_SOURCE_DIR}/bin/ucrtbased.dll ${CMAKE_SOURCE_DIR}/bin/zlib1.dll + ${CMAKE_SOURCE_DIR}/bin/vcruntime140d.dll ) endif (WIN32) diff --git a/bin/ucrtbased.dll b/bin/ucrtbased.dll new file mode 100644 index 0000000..a812fa4 Binary files /dev/null and b/bin/ucrtbased.dll differ diff --git a/bin/vcruntime140d.dll b/bin/vcruntime140d.dll new file mode 100644 index 0000000..6af346f Binary files /dev/null and b/bin/vcruntime140d.dll differ