]> granicus.if.org Git - openjpeg/commitdiff
[trunk] add access to opj_apps_config.h to old applications
authorMickael Savinaud <savmickael@users.noreply.github.com>
Sun, 17 Mar 2013 22:22:11 +0000 (22:22 +0000)
committerMickael Savinaud <savmickael@users.noreply.github.com>
Sun, 17 Mar 2013 22:22:11 +0000 (22:22 +0000)
src/bin/jpwl/CMakeLists.txt
src/bin/mj2/CMakeLists.txt

index 7bb0b496d85b7c3ece6ecd7d013a5e6e64630bbe..5df225deffad7d31a43bed0d00b116f0ffdb7f2e 100644 (file)
@@ -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}
index a270829febc592f549a44811f89f390febf8b257..e6b005b600ea5694ae22c2324e2289eec014fdb2 100644 (file)
@@ -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}