mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Provide a main function for the compile test
This commit is contained in:
parent
c4039a929c
commit
ca67c7ef43
@ -8,3 +8,7 @@
|
|||||||
#ifndef GL_ES_VERSION_2_0
|
#ifndef GL_ES_VERSION_2_0
|
||||||
#error EGLRenderer requires OpenGL ES 2.0
|
#error EGLRenderer requires OpenGL ES 2.0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
int main() {
|
||||||
|
return 0;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user