macOS + CMake + OPTION_APPLE_X11 : restore building of GLU-based test apps.
This commit is contained in:
parent
9ea0d4ccbc
commit
75293c1725
@ -197,6 +197,7 @@ if(OPTION_USE_GL)
|
||||
if(OPTION_APPLE_X11)
|
||||
set(OPENGL_FOUND TRUE)
|
||||
set(OPENGL_LIBRARIES -L${PATH_TO_XLIBS} -lGLU -lGL)
|
||||
set(HAVE_GL_GLU_H /opt/X11/include/GL/glu.h)
|
||||
elseif(OPTION_APPLE_SDL)
|
||||
set(OPENGL_FOUND FALSE)
|
||||
else()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user