summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 07:49:52 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2012-10-01 07:49:52 +0000
commit93761d9ab567f1661d55396e5dd59493f5e8304f (patch)
treeb131a58b19c8b1e1858db79d4457ea5e1482e28d /src/bin
parentbb16d8816c82f490df355d667795687b034dc976 (diff)
[trunk] FolderReorgProposal task: move source code to source dir
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/jp2/CMakeLists.txt1
-rw-r--r--src/bin/jpip/CMakeLists.txt3
-rw-r--r--src/bin/jpwl/CMakeLists.txt1
-rw-r--r--src/bin/mj2/CMakeLists.txt1
4 files changed, 5 insertions, 1 deletions
diff --git a/src/bin/jp2/CMakeLists.txt b/src/bin/jp2/CMakeLists.txt
index 62047e42..46943c5e 100644
--- a/src/bin/jp2/CMakeLists.txt
+++ b/src/bin/jp2/CMakeLists.txt
@@ -10,6 +10,7 @@ set(common_SRCS
# Headers file are located here:
include_directories(
+ ${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
${OPENJPEG_SOURCE_DIR}/src/bin/common
${LCMS_INCLUDE_DIRNAME}
diff --git a/src/bin/jpip/CMakeLists.txt b/src/bin/jpip/CMakeLists.txt
index d887aa7a..6a411a03 100644
--- a/src/bin/jpip/CMakeLists.txt
+++ b/src/bin/jpip/CMakeLists.txt
@@ -1,6 +1,7 @@
# Headers file are located here:
include_directories(
- ${OPENJPEG_SOURCE_DIR}/src/lib/openjp2 # opj_stdint.h
+ ${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
+ ${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
${OPENJPEG_SOURCE_DIR}/src/lib/openjpip
${FCGI_INCLUDE_DIRS}
)
diff --git a/src/bin/jpwl/CMakeLists.txt b/src/bin/jpwl/CMakeLists.txt
index c9bc2219..553b38e6 100644
--- a/src/bin/jpwl/CMakeLists.txt
+++ b/src/bin/jpwl/CMakeLists.txt
@@ -10,6 +10,7 @@ set(common_SRCS
# Headers file are located here:
include_directories(
+ ${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
${OPENJPEG_SOURCE_DIR}/src/bin/common
${LCMS_INCLUDE_DIRNAME}
diff --git a/src/bin/mj2/CMakeLists.txt b/src/bin/mj2/CMakeLists.txt
index e27fc50e..85174b08 100644
--- a/src/bin/mj2/CMakeLists.txt
+++ b/src/bin/mj2/CMakeLists.txt
@@ -38,6 +38,7 @@ endif()
# Headers file are located here:
include_directories(
+ ${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
${OPENJPEG_SOURCE_DIR}/src/lib/openmj2
${OPENJPEG_SOURCE_DIR}/src/bin/common