Dump intermediate results to PNG images.

This commit is contained in:
2017-10-12 17:09:43 +02:00
parent 672649cfd0
commit 492d84fab0
8 changed files with 164 additions and 9 deletions

View File

@@ -50,7 +50,7 @@ find_path(png++_INCLUDE_DIR
src)
set(png++_INCLUDE_DIRS ${png++_INCLUDE_DIR} ${PNG_INCLUDE_DIRS})
set(png++_LIBRARIES ${PNG_LIBRARIES})
set(png++_LIBRARY ${PNG_LIBRARIES})
find_package_handle_standard_args(png++ DEFAULT_MSG
png++_INCLUDE_DIR)