diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-22 19:27:35 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2010-06-22 19:27:35 +0000 |
| commit | f71e6e78791f4a8c7963f82aed5c06b9372b9b87 (patch) | |
| tree | fe715fb6b52c578d7cbdc51569b70cce492b274f /codec/CMakeLists.txt | |
| parent | 3a44c91ea3dbe7e7e0ce1d7d941992ac928d8d4c (diff) | |
Finish fixing up bugs with png i/o
Diffstat (limited to 'codec/CMakeLists.txt')
| -rw-r--r-- | codec/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/codec/CMakeLists.txt b/codec/CMakeLists.txt index 0e9ed463..9e5b0eb2 100644 --- a/codec/CMakeLists.txt +++ b/codec/CMakeLists.txt @@ -81,7 +81,7 @@ foreach(filename ${OPENJPEG_DATA_IMAGES_GLOB}) #message( "found:${output_variable} for ${filename_temp}" ) endif() ADD_TEST(dump-${filename_temp} ${EXECUTABLE_OUTPUT_PATH}/j2k_dump -i ${filename}) - foreach(codec_type ppm pgx bmp tif raw tga) + foreach(codec_type ppm pgx bmp tif raw tga png) ADD_TEST(j2i-${filename_temp}-${codec_type} ${EXECUTABLE_OUTPUT_PATH}/j2k_to_image -i ${filename} -o ${filename_temp}.${codec_type}) ADD_TEST(i2j-${filename_temp}-${codec_type} ${EXECUTABLE_OUTPUT_PATH}/image_to_j2k -i ${filename_temp}.${codec_type} -o ${filename_temp}.${codec_type}${filename_ext}) #if(UNIX) |
