summaryrefslogtreecommitdiff
path: root/jp3d/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-04-13renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵Antonin Descampe
standalone directory, with independent cmake files. Done as it uses its own version of the openjpeg library and does not depend on the one currently developped. Will be removed from the trunk and stored in a branch.
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-08-31COMP: Moving to the parent directory the set INCLUDE_DIRECTORIES command.Luis Ibanez
Given that files in "codec" look for files in "libjp3dvm", and files in "libjp3dvm" look for header files in "codec".
2007-09-06ENH: add cmake for jp3dMathieu Malaterre