Merge pull request #528 from mayeut/zlib-1.2.8
[openjpeg.git] / src / bin / jp2 / CMakeLists.txt
index 95d1430d7a9179833be801cc82f3327f4045c125..7e2476dfb3cd991f431117f41441b524679db201 100644 (file)
@@ -3,15 +3,22 @@
 # First thing define the common source:
 set(common_SRCS
   convert.c
+  convert.h
   convertbmp.c
   index.c
+  index.h
   ${OPENJPEG_SOURCE_DIR}/src/bin/common/color.c
+  ${OPENJPEG_SOURCE_DIR}/src/bin/common/color.h
   ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.c
+  ${OPENJPEG_SOURCE_DIR}/src/bin/common/opj_getopt.h
   )
   
 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(