]> Creatis software - gdcm.git/blob - src/gdcmopenjpeg/CMakeLists.txt
COMP: Fix static lib on win32, plus add a comment about conformance
[gdcm.git] / src / gdcmopenjpeg / CMakeLists.txt
1 PROJECT(OPENJPEG)
2
3 #-----------------------------------------------------------------------------
4 # OPENJPEG version number, usefull for packaging and doxygen doc:
5 SET(OPENJPEG_MAJOR_VERSION 0)
6 SET(OPENJPEG_MINOR_VERSION 97)
7 SET(OPENJPEG_BUILD_VERSION 0)
8 SET(OPENJPEG_VERSION
9       "${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}")
10
11
12 #-----------------------------------------------------------------------------
13 SUBDIRS(
14     libopenjpeg
15     #codec
16     )
17
18 # TODO, technically we should not have to ...
19 # http://www.crc.ricoh.com/~gormish/jpeg2000conformance/