Created
January 23, 2014 17:52
-
-
Save triskell/8583415 to your computer and use it in GitHub Desktop.
my DSFML-C cmake command
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake \ | |
-D SFML_SYSTEM_LIBRARY_RELEASE=$SRC_DIR/SFML-2.0/lib/libsfml-system-s.a \ | |
-D SFML_AUDIO_LIBRARY_RELEASE=$SRC_DIR/dsfml_make/SFML-2.0/lib/libsfml-audio-s.a \ | |
-D SFML_WINDOW_LIBRARY_RELEASE=$SRC_DIR/dsfml_make/SFML-2.0/lib/libsfml-window-s.a \ | |
-D SFML_NETWORK_LIBRARY_RELEASE=$SRC_DIR/dsfml_make/SFML-2.0/lib/libsfml-network-s.a \ | |
-D SFML_GRAPHICS_LIBRARY_RELEASE=$SRC_DIR/dsfml_make/SFML-2.0/lib/libsfml-graphics-s.a \ | |
. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment