diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-07-18 01:50:17 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-07-18 01:50:17 +0200 |
| commit | b88025b38fbd12e46c5eea436c82c8d861bc0403 (patch) | |
| tree | fce50f680186841f079df5e75419104a00227cfc /src/bin | |
| parent | b59085db0c6c595cd7cdf2bb93661192d52cf29a (diff) | |
Add headers to CMake target
Diffstat (limited to 'src/bin')
| -rw-r--r-- | src/bin/jp2/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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) |
