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:
parent
22bed2948f
commit
94e7857dc7
|
@ -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)
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue