summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMickael Savinaud <savmickael@users.noreply.github.com>2013-03-17 22:22:11 +0000
committerMickael Savinaud <savmickael@users.noreply.github.com>2013-03-17 22:22:11 +0000
commitecb93d97a561dadd3fe422a3d7c7b0d3f024b914 (patch)
tree8dc3b33cdeb8410a92bb6d61f0ceece6778ef10d /src/bin
parentf769d5e27f890ea1bb33b70e1d72b28b551d49f6 (diff)
[trunk] add access to opj_apps_config.h to old applications
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jpwl/CMakeLists.txt1
-rw-r--r--src/bin/mj2/CMakeLists.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/jpwl/CMakeLists.txt b/src/bin/jpwl/CMakeLists.txt
index 7bb0b496..5df225de 100644
--- a/src/bin/jpwl/CMakeLists.txt
+++ b/src/bin/jpwl/CMakeLists.txt
@@ -11,6 +11,7 @@ set(common_SRCS
# Headers file are located here:
include_directories(
${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
+ ${OPENJPEG_BINARY_DIR}/src/bin/common # opj_apps_config.h
${OPENJPEG_SOURCE_DIR}/src/lib/openmj2
${OPENJPEG_SOURCE_DIR}/src/bin/common
${LCMS_INCLUDE_DIRNAME}
diff --git a/src/bin/mj2/CMakeLists.txt b/src/bin/mj2/CMakeLists.txt
index a270829f..e6b005b6 100644
--- a/src/bin/mj2/CMakeLists.txt
+++ b/src/bin/mj2/CMakeLists.txt
@@ -13,6 +13,7 @@ endif()
# Headers file are located here:
include_directories(
${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
+ ${OPENJPEG_BINARY_DIR}/src/bin/common # opj_apps_config.h
${OPENJPEG_SOURCE_DIR}/src/lib/openmj2
${OPENJPEG_SOURCE_DIR}/src/bin/common
${LCMS_INCLUDE_DIRNAME}