TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of pixels...
[openjpeg.git] / src / lib / CMakeLists.txt
1 # source code for openjpeg project:
2 # Part 1 & 2:
3 add_subdirectory(openjp2)
4
5 # optionals components:
6 if(BUILD_JPWL)
7   add_subdirectory(openjpwl)
8 endif()
9 if(BUILD_MJ2)
10   add_subdirectory(openmj2)
11 endif()
12 if(BUILD_JPIP)
13   add_subdirectory(openjpip)
14 endif()
15 if(BUILD_JP3D)
16   add_subdirectory(openjp3d)
17 endif()