summaryrefslogtreecommitdiff
path: root/codec/CMakeLists.txt
AgeCommit message (Collapse)Author
2011-04-16renamed "openjpeg3d" in "openjp3d"Antonin Descampe
2011-04-13renamed and reorganized "jp3d" directory to "openjpeg3d". Is now a ↵openjpeg3d@749Antonin 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-01-02bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵Antonin Descampe
details)
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-09-01COMP: Fixing configuration for static builds. Fixing dependencies that severalLuis Ibanez
executables have on getopt.c, convert.c and index.c. Some refactoring is going to be required in order to have a cleaner configuration process and make it easier to maintain.
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".
2010-08-31BUG: The directory compat doesn't exist. The file getopt.c is actually at ↵Luis Ibanez
this level.
2007-09-06ENH: add cmake for jp3dMathieu Malaterre