How to add SFML C ++ libraries to VisualStudio source .exe file? Visual Studio Community 2017;

    1 answer 1

    When specifying additional dependencies, add the same .dll in the column "Project Properties => Linker => Enter => Deploy Managed Resource File" After compilation we will get the file containing the necessary .dll

    enter image description here