X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2FCMakeLists.txt;h=da8846b65b7023f99587b482f5e206f5095d5851;hb=db9b3400e545f474bd4ab28e06cde2178fd3386b;hp=b69399a54223a9327c689449c1966d2fa13274e4;hpb=028720c9ec1a330728a2eb6fcd5faadef99cdeb9;p=openjpeg.git diff --git a/src/lib/CMakeLists.txt b/src/lib/CMakeLists.txt index b69399a5..da8846b6 100644 --- a/src/lib/CMakeLists.txt +++ b/src/lib/CMakeLists.txt @@ -3,12 +3,15 @@ add_subdirectory(openjp2) # optionals components: -if(BUILD_JPIP) - add_subdirectory(openjpip) -endif() if(BUILD_JPWL) add_subdirectory(openjpwl) endif() +if(BUILD_MJ2) + add_subdirectory(openmj2) +endif() +if(BUILD_JPIP) + add_subdirectory(openjpip) +endif() if(BUILD_JP3D) add_subdirectory(openjp3d) endif()