mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -04:00
Fix quoting for inline preformatted text
This commit is contained in:
parent
f2cd04bde8
commit
3254e07577
14
README.md
14
README.md
@ -154,13 +154,13 @@ cmake --build .
|
||||
|
||||
Following variables may be supplied to CMake to affect build:
|
||||
|
||||
* ```SDL2PP_WITH_IMAGE``` - enable SDL_image support (default ON)
|
||||
* ```SDL2PP_WITH_MIXER``` - enable SDL_mixer support (default ON)
|
||||
* ```SDL2PP_WITH_TTF``` - enable SDL_ttf support (default ON)
|
||||
* ```SDL2PP_WITH_EXAMPLES``` - enable building example programs (only for standalone build, default ON)
|
||||
* ```SDL2PP_WITH_TESTS``` - enable building tests (only for standalone build, default ON)
|
||||
* ```SDL2PP_STATIC``` - build static library instead of shared (only for standalone build, default OFF)
|
||||
* ```SDL2PP_ENABLE_LIVE_TESTS``` - enable tests which require X11 and/or audio device to run (only for standalone build, default ON)
|
||||
* `SDL2PP_WITH_IMAGE` - enable SDL_image support (default ON)
|
||||
* `SDL2PP_WITH_MIXER` - enable SDL_mixer support (default ON)
|
||||
* `SDL2PP_WITH_TTF` - enable SDL_ttf support (default ON)
|
||||
* `SDL2PP_WITH_EXAMPLES` - enable building example programs (only for standalone build, default ON)
|
||||
* `SDL2PP_WITH_TESTS` - enable building tests (only for standalone build, default ON)
|
||||
* `SDL2PP_STATIC` - build static library instead of shared (only for standalone build, default OFF)
|
||||
* `SDL2PP_ENABLE_LIVE_TESTS` - enable tests which require X11 and/or audio device to run (only for standalone build, default ON)
|
||||
|
||||
## Installation
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user