FindGLU.cmake 299 B

1234567891011121314
  1. # Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4
  2. # GLU library is now found by FindOpenGL.cmake
  3. #
  4. #
  5. INCLUDE(FindOpenGL)
  6. IF (OPENGL_GLU_FOUND)
  7. SET (GLU_LIBRARY ${OPENGL_LIBRARIES})
  8. SET (GLU_INCLUDE_PATH ${OPENGL_INCLUDE_DIR})
  9. ENDIF (OPENGL_GLU_FOUND)