COMP: adding trunk/codec/compat to the list of directories
authorLuis Ibanez <luis.ibanez@gmail.com>
Sun, 5 Sep 2010 22:52:44 +0000 (22:52 +0000)
committerLuis Ibanez <luis.ibanez@gmail.com>
Sun, 5 Sep 2010 22:52:44 +0000 (22:52 +0000)
      that must be searched for header files.

mj2/CMakeLists.txt

index 97968a74310d5c1b4cfb295430535499f8ac05dd..335bf1c2bfb9f020cceee10f2d7e984136a5b9b6 100644 (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