]> Creatis software - gdcm.git/blob - src/gdcmopenjpeg/CMakeLists.txt
New method SerieHelper::AddSeriesDetail() to allow user to specifiy
[gdcm.git] / src / gdcmopenjpeg / CMakeLists.txt
1 PROJECT(OPENJPEG)
2
3 # For openjpeg team if they ever want Dart+CMake
4 IF(FALSE)
5   ENABLE_TESTING()
6   INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
7 ENDIF(FALSE)
8
9 #-----------------------------------------------------------------------------
10 # OPENJPEG version number, usefull for packaging and doxygen doc:
11 SET(OPENJPEG_MAJOR_VERSION 0)
12 SET(OPENJPEG_MINOR_VERSION 97)
13 SET(OPENJPEG_BUILD_VERSION 0)
14 SET(OPENJPEG_VERSION
15       "${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION}")
16
17
18 #-----------------------------------------------------------------------------
19 SUBDIRS(
20     libopenjpeg
21     #codec
22     )
23
24 # TODO, technically we should not have to ...
25 # http://www.crc.ricoh.com/~gormish/jpeg2000conformance/