comparison build/opengl.txt @ 42:eb3b5bbffc8f

CMake: generator is not running multiple times. generator: packages can have dependencies now (but this do not used in real code yet).
author SokoL_SD
date Sun, 17 May 2009 15:53:27 +0000
parents a5cba313c924
children 63c31e221118
comparison
equal deleted inserted replaced
41:691e68637348 42:eb3b5bbffc8f
7 QGLPixelBuffer 7 QGLPixelBuffer
8 QGLWidget 8 QGLWidget
9 ) 9 )
10 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS) 10 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
11 set(link_example opengl32 glu32) 11 set(link_example opengl32 glu32)
12 install(FILES ${link_example} DESTINATION lib) 12 install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib)
13 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS) 13 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)