summaryrefslogtreecommitdiff
path: root/jp3d/libjp3dvm/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.
2011-02-06cmake : fixed installed links to openjpeg.h and openjpeg3d.hAntonin Descampe
2010-12-11fixed flags when building jp3d with MinGWAntonin Descampe
2010-12-09removed LCMS dependency in jp3d/libjp3dvm/CMakeLists.txtAntonin Descampe
2010-12-09renamed jp3d/libjp3dvm/openjpeg.h => jp3d/libjp3dvm/openjpeg3d.hAntonin Descampe
2010-12-05revert to previous behaviour for cmake: builds (and links) dynamically by ↵Antonin Descampe
default. Static build only if -DBUILD_SHARED_LIBS is set to OFF.
2010-11-28changed cmake behaviour: executables are now always statically linked. When ↵Antonin Descampe
-DBUIL_SHARED_LIBS option is ON (the default), the shared versions of the libraries are also built (but executables remain linked against the static libraries).
2010-11-17minor changes in cmake files (from winfried)Antonin Descampe
2010-10-26Installation fixes when using CMakeBen Boeckel
2010-10-25Fix jp3dvm versionBen Boeckel
2010-10-22Don't clobber openjpeg.h from jp3dBen Boeckel
2010-10-21fixed paths to png and tiff in CMakeLists.txt and fixed link to lcms library ↵Antonin Descampe
(patch from winfried)
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
2007-09-06ENH: add cmake for jp3dMathieu Malaterre