mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 12:33:27 +02:00
add back include of GLUT in render-utils
This commit is contained in:
parent
b326ab9839
commit
e6d3278b59
1 changed files with 3 additions and 0 deletions
|
@ -7,5 +7,8 @@ include_glm()
|
|||
|
||||
link_hifi_libraries(shared gpu)
|
||||
|
||||
find_package(GLUT REQUIRED)
|
||||
include_directories(SYSTEM "${GLUT_INCLUDE_DIRS}")
|
||||
|
||||
# call macro to link our dependencies and bubble them up via a property on our target
|
||||
link_shared_dependencies()
|
||||
|
|
Loading…
Reference in a new issue