Files
CMake/Help
Claudio Fantacci a7d853868b FindGLEW: Update implementation
Replicate behaviour of upstream GLEW.

* define the imported target GLEW::glew for the shared library GLEW

* if GLEW_USE_STATIC_LIBS is defined and set to TRUE, this module instead
  defines the imported target GLEW::glew_s for the static library GLEW

* an imported target GLEW::GLEW is created as a copy of either GLEW::glew
  or GLEW::glew_s

* by setting GLEW_VERBOSE you print out the log of the module.

Fixes: #17638, #17864, #18989
2019-03-15 11:22:29 -04:00
..
2019-03-08 09:37:56 -05:00
2019-01-29 14:09:21 -05:00
2019-02-16 15:20:39 +01:00
2019-03-13 10:19:21 -04:00
2019-03-15 11:22:29 -04:00
2019-03-06 09:07:59 -05:00