I run on Windows 10, and using Clion (with Cmake).
I downloaed from the website the following package: 'GCC 13.1.0 MinGW (SEH) - 64-bit'; and also the 'WinLibs MSVCRT 13.1.0 (64-bit)' MinGW compiler, to guarantee a 100% match.
I changed Clion's toolchain to be said compiler.
I have this weird problem, where when I run the code from the IDE - it runs perfectly fine.
But when I run from the .exe itself, it says that libstdc++-6.dll is missing.
I copied the entirety of my SFML\bin to the .exe directory, but the problem persists.
This is the Cmake file I use (took it from the internet):
https://pastebin.com/W8XbNG5KThanks in advance.