summaryrefslogtreecommitdiff
path: root/libopenjpeg/CMakeLists.txt
AgeCommit message (Expand)Author
2012-10-02[1.5] Build small internal tools to generate t1_luts.hMathieu Malaterre
2012-02-28allow finer-grain control of header location via OPENJPEG_INSTALL_INCLUDE_DIRRex Dieter
2012-02-10[1.5] revert r1399 and r1400Antonin Descampe
2012-02-10make openjpeg.h header symlink to match autotoolsRex Dieter
2012-01-11Redo the BUILD_THIRDPARTY properly. Remove openjpeg.h symlink.Mathieu Malaterre
2011-12-28Fix for static libsMathieu Malaterre
2011-12-28Install lib in /lib and dll in /binMathieu Malaterre
2011-09-09BRANCH-1.5:added a new indexer functionality to the library. With the new -jp...Antonin Descampe
2011-04-13changed the directory hierarchy of the whole project. See README files for de...Antonin Descampe
2011-02-16Explicitly link to the math lib on UNIX as we use floor and such symbolsMathieu Malaterre
2011-02-06cmake : fixed installed links to openjpeg.h and openjpeg3d.hAntonin Descampe
2011-01-13fix symlink creation (cmake)Rex Dieter
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
2010-12-05revert to previous behaviour for cmake: builds (and links) dynamically by def...Antonin Descampe
2010-12-03workaround for name clash when building static and dynamic on WIN32 (see http...Antonin Descampe
2010-11-28changed cmake behaviour: executables are now always statically linked. When -...Antonin Descampe
2010-11-17install man pages by default. install CHANGES and LICENSEAntonin Descampe
2010-10-26Installation fixes when using CMakeBen 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
2010-10-05Added files to let people build openjpeg with configure tools ; Added makefil...Antonin Descampe
2010-06-29Synchronize branch and trunk cmakelists filesMathieu Malaterre
2007-09-25BUG: Fix previous patch from Callum Lerwick. I have no clue what CMAKE_INSTAL...Mathieu Malaterre
2007-09-12Patch from Callum Lerwick. Fixed the library linking so it links with the sov...Francois-Olivier Devaux
2006-07-22ENH: Update CMake to do proper installation. Still using the 2.2 installation...Mathieu Malaterre
2006-02-05ENH: Do the proper thing for static/sharedMathieu Malaterre
2006-02-01changed function definitions of INT and FIX modules to 'inline'Freeimage
2006-01-31ENH: Update CMake to match the new shared lib system (no more def file)Mathieu Malaterre
2006-01-31COMP: Fix compilation on MINGWMathieu Malaterre
2006-01-31STYLE: More verbose commentsMathieu Malaterre
2006-01-31ENH: Move to a def solution to avoid polluting header file with declspecMathieu Malaterre
2006-01-25ENH: Sync with ITK repositoryMathieu Malaterre
2006-01-25STYLE: Add a lot of comments for the CMake build systemMathieu Malaterre
2006-01-25added cmake files to the projectAntonin Descampe