Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 868 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 868 Bytes

Originally Uploaded 07-20-2017

CLion_SFML_HelloWorld

This is my CLion Project File containing a functional SFML 'Hello World' Program. I decided to upload this after having to suffer through one and a half weeks of frustration, answer pages, documentation, etc. (in other words: the sacred software debugging ritual for when you have no idea what is wrong with the code ;) ).

It includes the FindSFML.cmake script, the edited CMakeLists.txt file, and a basic Hello World program (which displays the green circle in a window). Hopefully this will aid others in getting started with SFML. Enjoy!

Link to 'FindSFML.cmake' file: https://github.com/SFML/SFML/blob/master/cmake/Modules/FindSFML.cmake

StackOverflow Page Providing Original Script: https://stackoverflow.com/questions/26602471/how-to-run-sfml-in-clion-error-undefined-reference-to#26622833