X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;fp=CMakeLists.txt;h=76aa95eb800b83ae00c90217750ece7fd985f979;hb=919ed5f8b8681aeae54ce3884b3ecca56cadc2e0;hp=c56f4814cf3861f7c5fb5d535449eda01a5831f5;hpb=5c56933daf1da88aa6f2a8c8dc5fcc7b1d76cb00;p=openjpeg.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c56f4814..76aa95eb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -253,6 +253,7 @@ if(BUILD_JPIP_SERVER) endif() add_subdirectory(src/lib) option(BUILD_LUTS_GENERATOR "Build utility to generate t1_luts.h" OFF) +option(BUILD_BENCH_DWT "Build bench_dwt utility (development benchmark)" OFF) #----------------------------------------------------------------------------- # Build Applications