File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,10 +131,10 @@ MAGNUM_APPLICATION_MAIN(TriangleExample)
131131
132132That's all, now we can compile the whole example using CMake. Apart from the
133133standard CMake setup related to version requirements and paths to
134- `FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as desribed in
134+ `FindMagnum.cmake`, `FindSDL2.cmake` and `FindCorrade.cmake`, as described in
135135the @ref getting-started "Getting Started Guide", the setup is as follows.
136136First we require the `Magnum` package with `GL`, `Shaders` and
137- `Sdl2Application` components. It's recommended to use also Corrade's set of
137+ `Sdl2Application` components. It's recommended to also use Corrade's set of
138138compiler flags to enable additional warnings. Then we create our executable and
139139link to all Magnum libraries we requested. See @ref cmake for more information.
140140
You can’t perform that action at this time.
0 commit comments