From: Mathieu Malaterre Date: Wed, 26 Feb 2014 14:04:03 +0000 (+0000) Subject: [trunk] Add missing include dir for wx app X-Git-Tag: version.2.0.1~4^2~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f4d674442a9ca14f91c6a7ee7440e35c61b96ce;p=openjpeg [trunk] Add missing include dir for wx app --- 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: