Make html directory before generating output image there

This commit is contained in:
Deanna Hood 2015-03-18 07:24:13 +10:00
parent fd78874888
commit 2ab4922431

View File

@ -12,6 +12,7 @@ if(QT4_FOUND)
add_custom_command(
TARGET Tutorial_sparse_example
POST_BUILD
COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/../html/
COMMAND Tutorial_sparse_example ARGS ${CMAKE_CURRENT_BINARY_DIR}/../html/Tutorial_sparse_example.jpeg
)