Add headers to CMake target
[openjpeg.git] / src / bin / jp2 / CMakeLists.txt
index 95d1430d7a9179833be801cc82f3327f4045c125..857a1d92cb55a0196dca2d58e53a3988c03bc774 100644 (file)
@@ -3,10 +3,14 @@
 # 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)