diff options
Diffstat (limited to 'vcpkg/ports/qpdf/cmake-library-only.patch')
| -rw-r--r-- | vcpkg/ports/qpdf/cmake-library-only.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/qpdf/cmake-library-only.patch b/vcpkg/ports/qpdf/cmake-library-only.patch new file mode 100644 index 0000000..2b84ff4 --- /dev/null +++ b/vcpkg/ports/qpdf/cmake-library-only.patch @@ -0,0 +1,18 @@ +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 |