mirror of https://github.com/mosra/magnum.git
Browse Source
It's meaningless to have *_INCLUDE_DIR point to the dir where
{egl.h,gl2.h,gl3.h} exists, because we're always including the files
using full path (e.g. <EGL/egl.h>). It then fails miserably at compile
time on platforms which don't have the parent directory in include path.
pull/94/head
3 changed files with 6 additions and 15 deletions
Loading…
Reference in new issue