diff options
| author | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
|---|---|---|
| committer | Ethan Morgan <ethan@gweithio.com> | 2026-02-14 16:44:06 +0000 |
| commit | 54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch) | |
| tree | d915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/qpdf/cmake-library-only.patch | |
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 |