GView
GView copied to clipboard
VCPKG dependencies (DLLs) not properly copied for every configuration
On Windows the Debug build requires Release DLLs (sdl2_ttf.dll instead sdl2_ttfd.dll) and the program crashes at runtime. This should be updated according to the build type.
The current workaround is just to copy them into the build folder from vcpkg build location.