view build/opengl.txt @ 49:e00776053828

CMake: command "cmake -DDC=compiler_name" work correctly now.
author SokoL_SD
date Mon, 18 May 2009 06:50:10 +0000
parents eb3b5bbffc8f
children 63c31e221118
line wrap: on
line source

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