COMP: adding trunk/codec/compat to the list of directories

that must be searched for header files.
This commit is contained in:
Luis Ibanez 2010-09-05 22:52:44 +00:00
parent fcbf45ca64
commit 9989de4bd0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
# Headers file are located here:
INCLUDE_DIRECTORIES(
${OPENJPEG_SOURCE_DIR}/libopenjpeg
${OPENJPEG_SOURCE_DIR}/codec/compat
)
# Do the proper thing when building static...if only there was configured