annotate build/opengl.txt @ 314:80b52f5e97b6 lifetime

Structure without common root dir
author maxter <spambox@d-coding.com>
date Wed, 23 Dec 2009 23:17:36 +0200
parents 63c31e221118
children
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 )
314
80b52f5e97b6 Structure without common root dir
maxter <spambox@d-coding.com>
parents: 55
diff changeset
10 set (d_qt_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)