annotate build/opengl.txt @ 7:b8a79f9fba5a

More fixes and cleanups in CMake build script.
author SokoL_SD
date Thu, 14 May 2009 08:36:04 +0000
parents 0a29ce1ae854
children 907d517d37c6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7
b8a79f9fba5a More fixes and cleanups in CMake build script.
SokoL_SD
parents: 4
diff changeset
1 set(link_cpp cpp_core cpp_gui ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${QT_QTOPENGL_LIBRARY})
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 )
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
8 if(${CMAKE_SYSTEM_NAME} STREQUAL Windows)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
9 set(link_example opengl32 glu32)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
10 endif(${CMAKE_SYSTEM_NAME} STREQUAL Windows)