diff options
| author | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 10:19:12 +0000 |
|---|---|---|
| committer | Mathieu Malaterre <mathieu.malaterre@gmail.com> | 2012-10-01 10:19:12 +0000 |
| commit | b2bebcf5ceac3bbe0faace2806d29f6332bb2527 (patch) | |
| tree | e9dff505a7d8a6dc2c6a65585b3468186201d0cb /src/bin/jp3d/CMakeLists.txt | |
| parent | de33ba029b483b4e40d3ac6d532a9a413c5d3f7a (diff) | |
[trunk] fix compilation on windows where getopt is not available
Diffstat (limited to 'src/bin/jp3d/CMakeLists.txt')
| -rw-r--r-- | src/bin/jp3d/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/jp3d/CMakeLists.txt b/src/bin/jp3d/CMakeLists.txt index f17f99cc..2ff9f78f 100644 --- a/src/bin/jp3d/CMakeLists.txt +++ b/src/bin/jp3d/CMakeLists.txt @@ -8,6 +8,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/openjp3d ${LCMS_INCLUDE_DIRNAME} ${OPENJPEG_SOURCE_DIR}/src/bin/common |
