From b88025b38fbd12e46c5eea436c82c8d861bc0403 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 18 Jul 2015 01:50:17 +0200 Subject: Add headers to CMake target --- src/bin/jp2/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/bin') diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt index 95d1430d..857a1d92 100644 --- a/src/bin/jp2/CMakeLists.txt +++ b/src/bin/jp2/CMakeLists.txt @@ -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) -- cgit v1.2.3