annotate build/opengl.txt @ 11:28c9f8f8f34b

Another small fix: correctly processing version of ldc based on llvm from trunk.
author SokoL_SD
date Thu, 14 May 2009 13:42:02 +0000
parents b8a79f9fba5a
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)