view build/opengl.txt @ 32:a293cd68d56c

CMake: correctly fix of the regression on windows (rev. 34).
author SokoL_SD
date Fri, 15 May 2009 18:57:36 +0000
parents a9626891eca6
children 17cc45b32686
line wrap: on
line source

set(required Core Gui)
set(classes 
	QGLWidget
	QGLContext
	QGLFormat
	QGLColormap
    )
if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
    set(link_example opengl32 glu32)
    install(FILES ${link_example} DESTINATION lib)
endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)