|
|
|
@ -140,26 +140,26 @@ By default the engine is built with nearly everything except Audio library and |
|
|
|
application libraries (see below). Using `WITH_*` CMake parameters you can |
|
|
|
application libraries (see below). Using `WITH_*` CMake parameters you can |
|
|
|
specify which parts will be built and which not: |
|
|
|
specify which parts will be built and which not: |
|
|
|
|
|
|
|
|
|
|
|
- `WITH_AUDIO` - Audio library. Depends on **OpenAL** library, not built by |
|
|
|
- `WITH_AUDIO` - Audio library. Depends on **OpenAL** library, not built by |
|
|
|
default. |
|
|
|
default. |
|
|
|
- `WITH_DEBUGTOOLS` - DebugTools library. Enables also building of MeshTools, |
|
|
|
- `WITH_DEBUGTOOLS` - DebugTools library. Enables also building of MeshTools, |
|
|
|
Primitives, SceneGraph, Shaders and Shapes libraries. |
|
|
|
Primitives, SceneGraph, Shaders and Shapes libraries. |
|
|
|
- `WITH_MESHTOOLS` - MeshTools library. Enabled automatically if `WITH_DEBUGTOOLS` |
|
|
|
- `WITH_MESHTOOLS` - MeshTools library. Enabled automatically if |
|
|
|
|
|
|
|
`WITH_DEBUGTOOLS` is enabled. |
|
|
|
|
|
|
|
- `WITH_PRIMITIVES` - Primitives library. Enabled automatically if |
|
|
|
|
|
|
|
`WITH_DEBUGTOOLS` is enabled. |
|
|
|
|
|
|
|
- `WITH_SCENEGRAPH` - SceneGraph library. Enabled automatically if |
|
|
|
|
|
|
|
`WITH_DEBUGTOOLS` or `WITH_SHAPES` is enabled. |
|
|
|
|
|
|
|
- `WITH_SHADERS` - Shaders library. Enabled automatically if `WITH_DEBUGTOOLS` |
|
|
|
is enabled. |
|
|
|
is enabled. |
|
|
|
- `WITH_PRIMITIVES` - Primitives library. Enabled automatically if `WITH_DEBUGTOOLS` |
|
|
|
- `WITH_SHAPES` - Shapes library. Enables also building of SceneGraph |
|
|
|
is enabled. |
|
|
|
library. Enabled automatically if `WITH_DEBUGTOOLS` is enabled. |
|
|
|
- `WITH_SCENEGRAPH` - SceneGraph library. Enabled automatically if `WITH_DEBUGTOOLS` |
|
|
|
- `WITH_TEXT` - Text library. Enables also building of TextureTools library. |
|
|
|
or `WITH_SHAPES` is enabled. |
|
|
|
- `WITH_TEXTURETOOLS` - TextureTools library. Enabled automatically if |
|
|
|
- `WITH_SHADERS` - Shaders library. Enabled automatically if `WITH_DEBUGTOOLS` |
|
|
|
`WITH_TEXT` or `WITH_DISTANCEFIELDCONVERTER` is enabled. |
|
|
|
is enabled. |
|
|
|
- `WITH_MAGNUMINFO` - `magnum-info` executable, provides information about |
|
|
|
- `WITH_SHAPES` - Shapes library. Enables also building of SceneGraph library. |
|
|
|
the engine and OpenGL capabilities. |
|
|
|
Enabled automatically if `WITH_DEBUGTOOLS` is enabled. |
|
|
|
- `WITH_DISTANCEFIELDCONVERTER` - `magnum-distancefield` executable for |
|
|
|
- `WITH_TEXT` - Text library. Enables also building of TextureTools library. |
|
|
|
|
|
|
|
- `WITH_TEXTURETOOLS` - TextureTools library. Enabled automatically if `WITH_TEXT` |
|
|
|
|
|
|
|
or `WITH_DISTANCEFIELDCONVERTER` is enabled. |
|
|
|
|
|
|
|
- `WITH_MAGNUMINFO` - `magnum-info` executable, provides information about the |
|
|
|
|
|
|
|
engine and OpenGL capabilities. |
|
|
|
|
|
|
|
- `WITH_DISTANCEFIELDCONVERTER` - `magnum-distancefield` executable for |
|
|
|
|
|
|
|
converting black&white images to distance field textures. Enables also |
|
|
|
converting black&white images to distance field textures. Enables also |
|
|
|
building of TextureTools library. |
|
|
|
building of TextureTools library. |
|
|
|
|
|
|
|
|
|
|
|
|