FindGLU.cmake 299 B

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