annotate build/opengl.txt @ 55:63c31e221118

CMake: Add forgotten files to install.
author SokoL_SD
date Mon, 18 May 2009 19:03:06 +0000
parents eb3b5bbffc8f
children 80b52f5e97b6
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
34
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
3 QGLColormap
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
4 QGLContext
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
5 QGLFormat
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
6 QGLFramebufferObject
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
7 QGLPixelBuffer
17cc45b32686 QtOpenGL
eldar
parents: 27
diff changeset
8 QGLWidget
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 )
55
63c31e221118 CMake: Add forgotten files to install.
SokoL_SD
parents: 42
diff changeset
10 set (d_files opengl/gl opengl/glfuncs opengl/gltypes opengl/glu)
23
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
11 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)
907d517d37c6 CMake: Set Release configuration as default.
SokoL_SD
parents: 7
diff changeset
12 set(link_example opengl32 glu32)
42
eb3b5bbffc8f CMake: generator is not running multiple times.
SokoL_SD
parents: 39
diff changeset
13 install(FILES lib/opengl32.lib lib/glu32.lib DESTINATION lib)
39
a5cba313c924 network and webkit are wrapped now
eldar
parents: 34
diff changeset
14 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows AND D_IS_MARS)