Added stupid msvc dll:s for release builds.

No clue if this is the right way to do it. But it worked so what the hell.
This commit is contained in:
Linus Probert 2018-02-27 20:54:17 +01:00
parent 22bed2948f
commit 94e7857dc7
3 changed files with 2 additions and 0 deletions

View File

@ -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)

BIN
bin/ucrtbased.dll Normal file

Binary file not shown.

BIN
bin/vcruntime140d.dll Normal file

Binary file not shown.