Link example 01 also to libs necessary for OGL ES1&2.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@5511 dfc29bdd-3216-0410-991c-e03cc46cb475
master
cutealien 2017-07-22 14:52:11 +00:00
parent 397a27fbc9
commit 5bccd00a00
1 changed files with 3 additions and 0 deletions

View File

@ -18,7 +18,10 @@
<Linker>
<Add library="Xxf86vm" />
<Add library="GL" />
<Add library="EGL" />
<Add library="X11" />
<Add library="GLESv1_CM" />
<Add library="GLESv2" />
<Add directory="../../lib/Linux" />
</Linker>
</Target>