mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:24:22 +02:00
fix order now that I know my ABCs
This commit is contained in:
parent
2469d958d6
commit
cadfaab770
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ if (APPLE)
|
|||
find_library(GLUT GLUT)
|
||||
find_library(OpenGL OpenGL)
|
||||
|
||||
target_link_libraries(${TARGET_NAME} ${CoreFoundation} ${CoreAudio} ${GLUT} ${OpenGL})
|
||||
target_link_libraries(${TARGET_NAME} ${CoreAudio} ${CoreFoundation} ${GLUT} ${OpenGL})
|
||||
|
||||
# install command for OS X bundle
|
||||
INSTALL(TARGETS ${TARGET_NAME}
|
||||
|
|
Loading…
Reference in a new issue