Provide a main function for the compile test

This commit is contained in:
Cameron Gutman 2020-05-15 16:57:09 -07:00
parent c4039a929c
commit ca67c7ef43

View File

@ -8,3 +8,7 @@
#ifndef GL_ES_VERSION_2_0
#error EGLRenderer requires OpenGL ES 2.0
#endif
int main() {
return 0;
}