diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-19 17:42:11 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-19 17:42:11 +0200 |
| commit | 5bb074611aab0df7f62bfd67c1016316138a4122 (patch) | |
| tree | 281c0be4583793d8c9d9d5590f08634c02f5a04b /src/bin/jp2/CMakeLists.txt | |
| parent | 46c1dd22fc6d6a8b8f2b54f9e42e1fe5ba4938a7 (diff) | |
Update PNG support
Only input modified for now
Update uclouvain/openjpeg#536
Update uclouvain/openjpeg#264
Diffstat (limited to 'src/bin/jp2/CMakeLists.txt')
| -rw-r--r-- | src/bin/jp2/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt index 857a1d92..7e2476df 100644 --- a/src/bin/jp2/CMakeLists.txt +++ b/src/bin/jp2/CMakeLists.txt @@ -16,6 +16,9 @@ set(common_SRCS if(OPJ_HAVE_LIBTIFF) list(APPEND common_SRCS converttif.c) endif() +if(OPJ_HAVE_LIBPNG) + list(APPEND common_SRCS convertpng.c) +endif() # Headers file are located here: include_directories( |
