[trunk] Fix missing include directory
This commit is contained in:
parent
b2bebcf5ce
commit
4466c31fc2
|
@ -1,5 +1,6 @@
|
|||
# Tests
|
||||
include_directories(
|
||||
${OPENJPEG_BINARY_DIR}/src/lib/openjp2 # opj_config.h
|
||||
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2
|
||||
${OPENJPEG_SOURCE_DIR}/src/bin/jp2
|
||||
${OPENJPEG_SOURCE_DIR}/src/bin/common
|
||||
|
|
Loading…
Reference in New Issue