Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
fd64b84d152ea0d9e2425e172db34aeb67ea8cf1
/
.
/
Tests
/
FindGLEW
/
Test
/
main.cpp
blob: 4a108ad24aa33f033509644965283bb7f1972fc2 [
file
]
#include
<GL/glew.h>
int
main
()
{
GLenum
init_return
=
glewInit
();
return
(
init_return
==
GLEW_OK
);
}