annotate examples/CMakeLists.txt @ 393:1049b01aebd2

Fixed generator segfaults on OS X 10.6. Regarding the change to dgenerator.cpp, I am not actually sure if 0 is the correct value to pass, but it seems to work and the code which had been there before was just plain incorrect ? it read past the list boundaries.
author David Nadlinger <code@klickverbot.at>
date Sat, 28 Aug 2010 02:55:55 +0200
parents b02b18956bc3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
117
670414f31f5f add new examples
mandel
parents: 21
diff changeset
1 add_subdirectory(layouts)
21
e747af2e6b46 temporary(?) fix for dropsite example
eldar
parents: 4
diff changeset
2 add_subdirectory(draganddrop)
4
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
3 add_subdirectory(itemviews)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
4 add_subdirectory(mainwindows)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
5 add_subdirectory(opengl)
0a29ce1ae854 CMake build script.
SokoL_SD
parents:
diff changeset
6 add_subdirectory(tutorials)
120
2c9ef955a171 add desktop examples
mandel
parents: 117
diff changeset
7 add_subdirectory(widgets)
123
b02b18956bc3 build fixes
mandel
parents: 120
diff changeset
8 add_subdirectory(desktop)
b02b18956bc3 build fixes
mandel
parents: 120
diff changeset
9 add_subdirectory(dialogs)