[trunk] Import patch from sumatrapdf team. This handle testcase 1610.pdf.SIGSEGV...
[openjpeg.git] / src / bin / CMakeLists.txt
index 2abada1b9f66b03c40d61a395102c65405e1e8bf..edf85feba59f60476ef1d62ffe14b0b29e230935 100644 (file)
@@ -5,7 +5,7 @@ add_subdirectory(jp2)
 
 # optionals components:
 if(BUILD_JPWL)
-#  add_subdirectory(jpwl)
+  add_subdirectory(jpwl)
 endif()
 if(BUILD_MJ2)
   add_subdirectory(mj2)
@@ -17,6 +17,5 @@ if(BUILD_JP3D)
   add_subdirectory(jp3d)
 endif()
 
-if(BUILD_VIEWER)
-  add_subdirectory(wx)
-endif()
+# wx apps:
+add_subdirectory(wx)