annotate build/opengl.txt @ 33:cf8a415f3f32

gui package is fully wrapped now. lots of fixes in the generator
author eldar
date Sat, 16 May 2009 17:12:06 +0000
parents a9626891eca6
children 17cc45b32686
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
27
a9626891eca6 CMake: generator will work only for needed packages.
SokoL_SD
parents: 23
diff changeset
1 set(required Core Gui)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
2 set(classes
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 QGLWidget
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 QGLContext
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 QGLFormat
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
6 QGLColormap
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
7 )
23
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
8 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
9 set(link_example opengl32 glu32)
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
10 install(FILES ${link_example} DESTINATION lib)
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
11 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)