backport rev[824-834] and rev[837-859] into the openjpeg-1.5 branch
[openjpeg.git] / applications / CMakeLists.txt
1 # Build the each application if it needed
2
3 IF(BUILD_CODEC)
4  ADD_SUBDIRECTORY(codec)
5 ENDIF(BUILD_CODEC)
6
7 IF(BUILD_MJ2)
8  ADD_SUBDIRECTORY(mj2)
9 ENDIF(BUILD_MJ2)