You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,6 @@ The nice folks in the [SFML community](https://github.com/SFML/SFML#community) c
60
60
61
61
Modify CMake options by adding them as configuration parameters (with a `-D` flag) or by modifying the contents of CMakeCache.txt and rebuilding.
62
62
63
-
### Use Static Libraries
64
-
65
-
By default SFML builds shared libraries and this default is inherited by your project.
66
-
CMake's [`BUILD_SHARED_LIBS`](https://cmake.org/cmake/help/latest/variable/BUILD_SHARED_LIBS.html) option lets you pick static or shared libraries for the entire project.
67
-
68
63
### Change Compilers
69
64
70
65
See the variety of [`CMAKE_<LANG>_COMPILER`](https://cmake.org/cmake/help/latest/variable/CMAKE_LANG_COMPILER.html) options.
0 commit comments