Skip to content

Instantly share code, notes, and snippets.

@Furkanzmc
Created January 9, 2014 16:17
Show Gist options
  • Save Furkanzmc/8336889 to your computer and use it in GitHub Desktop.
Save Furkanzmc/8336889 to your computer and use it in GitHub Desktop.
*.pro File for SFML
INCLUDEPATH += D:\SFML2\include
LIBS += D:\SFML2\lib\sfml-system.lib \
D:\SFML2\lib\sfml-window.lib \
D:\SFML2\lib\sfml-graphics.lib \
D:\SFML2\lib\sfml-audio.lib \
D:\SFML2\lib\sfml-network.lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment