Browse Source

Platform: fix a comment.

pull/433/head
Vladimír Vondruš 6 years ago
parent
commit
8d4fa320a6
  1. 2
      src/Magnum/Platform/WindowlessWindowsEglApplication.h

2
src/Magnum/Platform/WindowlessWindowsEglApplication.h

@ -242,7 +242,7 @@ This application library is built if `WITH_WINDOWLESSWINDOWSEGLAPPLICATION` is
enabled when building Magnum. To use this library from CMake, put [FindEGL.cmake](https://github.com/mosra/magnum/blob/master/modules/FindEGL.cmake) enabled when building Magnum. To use this library from CMake, put [FindEGL.cmake](https://github.com/mosra/magnum/blob/master/modules/FindEGL.cmake)
into your `modules/` directory, request the `WindowlessWindowsEglApplication` into your `modules/` directory, request the `WindowlessWindowsEglApplication`
component of the `Magnum` package and link to the component of the `Magnum` package and link to the
`Magnum::WindowlessGlxApplication` target: `Magnum::WindowlessWindowsEglApplication` target:
@code{.cmake} @code{.cmake}
find_package(Magnum REQUIRED) find_package(Magnum REQUIRED)

Loading…
Cancel
Save