diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e2af634..3351f76a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -359,13 +359,6 @@ add_test( # add_subdirectory order affects test order add_subdirectory(include) add_subdirectory(libqpdf) -add_subdirectory(compare-for-test) -add_subdirectory(qpdf) -add_subdirectory(libtests) -add_subdirectory(examples) -add_subdirectory(zlib-flate) -add_subdirectory(manual) -add_subdirectory(fuzz) # We don't need to show everything -- just the things that we really # need to be sure are right or that are turned on or off with complex