aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/special_examples
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 11:11:25 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-08-27 11:11:25 +0200
commit75435079caa4213f86ccb57fe70ceb56c8e62ad1 (patch)
tree2c2dc7ea9ba965a038072807080f37d5e4c51d4b /doc/special_examples
parentaa1aa36d6da6ed349678975f1d93c7dc415257bc (diff)
fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples
Diffstat (limited to 'doc/special_examples')
-rw-r--r--doc/special_examples/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_examples/CMakeLists.txt b/doc/special_examples/CMakeLists.txt
index eeeae1d2a..138a2f6ef 100644
--- a/doc/special_examples/CMakeLists.txt
+++ b/doc/special_examples/CMakeLists.txt
@@ -17,4 +17,5 @@ if(QT4_FOUND)
COMMAND Tutorial_sparse_example
ARGS ${CMAKE_CURRENT_BINARY_DIR}/../html/Tutorial_sparse_example.jpeg
)
+ add_dependencies(all_examples Tutorial_sparse_example)
endif(QT4_FOUND)