mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
explicitly include GLUT framework for apple builds
This commit is contained in:
parent
26fd44f030
commit
4a0aba9fb6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ project(interface)
|
|||
|
||||
if (APPLE)
|
||||
# link in required OS X frameworks and include the right GL headers
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreServices -framework Carbon")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "-framework CoreAudio -framework AudioToolbox -framework AudioUnit -framework CoreServices -framework Carbon -framework GLUT")
|
||||
set(GL_HEADERS "#include <GLUT/glut.h>\n#include <OpenGL/glext.h>")
|
||||
else (APPLE)
|
||||
# include the right GL headers for UNIX
|
||||
|
|
Loading…
Reference in a new issue