summaryrefslogtreecommitdiff
path: root/src/bin
diff options
context:
space:
mode:
authorMathieu Malaterre <mathieu.malaterre@gmail.com>2014-02-26 14:04:03 +0000
committerMathieu Malaterre <mathieu.malaterre@gmail.com>2014-02-26 14:04:03 +0000
commit8f4d674442a9ca14f91c6a7ee7440e35c61b96ce (patch)
tree41ca56df208ac56ddb20c00cc832b39d7f58b4b2 /src/bin
parent7f277fea948958f419f1930da97fa0ebd16953b7 (diff)
[trunk] Add missing include dir for wx app
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/wx/OPJViewer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/wx/OPJViewer/CMakeLists.txt b/src/bin/wx/OPJViewer/CMakeLists.txt
index 1b61c830..66cf01d2 100644
--- a/src/bin/wx/OPJViewer/CMakeLists.txt
+++ b/src/bin/wx/OPJViewer/CMakeLists.txt
@@ -9,6 +9,7 @@ include_directories(
${OPENJPEG_SOURCE_DIR}/src/lib
${OPENJPEG_SOURCE_DIR}/src/bin
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
+ ${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h and opj_config_private.h
)
# original flags: