fix bug #499: the image was missing because of a dependency issue when building/executing the "special" examples

(transplanted from 75435079ca
)
This commit is contained in:
Gael Guennebaud
2012-08-27 11:11:25 +02:00
parent e589e3f0b6
commit 2858b6d2d6
4 changed files with 6 additions and 7 deletions

View File

@@ -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)