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

This commit is contained in:
Gael Guennebaud
2012-08-27 11:11:25 +02:00
parent aa1aa36d6d
commit 75435079ca
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)