comparison build/opengl.txt @ 388:8b0544bee5f2

Fixed a build system bug which caused the OpenGL library modules not to be installed.
author David Nadlinger <code@klickverbot.at>
date Fri, 27 Aug 2010 14:26:55 +0200
parents 63c31e221118
children
comparison
equal deleted inserted replaced
387:b13910fdd739 388:8b0544bee5f2
5 QGLFormat 5 QGLFormat
6 QGLFramebufferObject 6 QGLFramebufferObject
7 QGLPixelBuffer 7 QGLPixelBuffer
8 QGLWidget 8 QGLWidget
9 ) 9 )
10 set (d_files opengl/gl opengl/glfuncs opengl/gltypes opengl/glu) 10 set (d_qt_files opengl/gl opengl/glfuncs opengl/gltypes opengl/glu)
11 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS) 11 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
12 set(link_example opengl32 glu32) 12 set(link_example opengl32 glu32)
13 install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib) 13 install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib)
14 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS) 14 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)