mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
fix GLUT library link in render-utils
This commit is contained in:
parent
ecb17a61d6
commit
1b5552de1a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ link_hifi_libraries(fbx shared gpu)
|
|||
|
||||
if (APPLE)
|
||||
find_library(GLUT GLUT)
|
||||
target_link_libraries(${TARGET_NAME} GLUT)
|
||||
target_link_libraries(${TARGET_NAME} ${GLUT})
|
||||
else ()
|
||||
find_package(GLUT REQUIRED)
|
||||
include_directories(SYSTEM "${GLUT_INCLUDE_DIRS}")
|
||||
|
|
Loading…
Reference in a new issue