mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-14 16:01:08 +00:00
Added GLEW to the include directories and link libraries for the glutViewer.
This commit is contained in:
parent
19de7372b0
commit
7464046595
@ -61,6 +61,7 @@ set(PLATFORM_LIBRARIES
|
||||
${OSD_LINK_TARGET}
|
||||
${ILMBASE_LIBS_DIRECTORY}
|
||||
${OPENGL_LIBRARY}
|
||||
${GLEW_LIBRARY}
|
||||
${GLUT_LIBRARIES}
|
||||
)
|
||||
|
||||
@ -81,6 +82,7 @@ include_directories(
|
||||
${PROJECT_SOURCE_DIR}/opensubdiv
|
||||
${PROJECT_SOURCE_DIR}/regression
|
||||
${ILMBASE_INCLUDE_DIR}
|
||||
${GLEW_INCLUDE_DIR}
|
||||
${GLUT_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user