Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Modules / FindGLU.cmake
blobfa56a516823e04fb4243e2170c07ff57ced088ab
3 # Use of this file is deprecated, and is here for backwards compatibility with CMake 1.4
4 # GLU library is now found by FindOpenGL.cmake
8 INCLUDE(FindOpenGL)
10 IF (OPENGL_GLU_FOUND)
11   SET (GLU_LIBRARY ${OPENGL_LIBRARIES})
12   SET (GLU_INCLUDE_PATH ${OPENGL_INCLUDE_DIR})
13 ENDIF (OPENGL_GLU_FOUND)