aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/skia/bentleyottmann-build.patch
blob: c3c48d35081873b0171727bd94b3091a705fa472 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/modules/bentleyottmann/BUILD.gn b/modules/bentleyottmann/BUILD.gn
index 8a6725592f..40e4ac7bec 100644
--- a/modules/bentleyottmann/BUILD.gn
+++ b/modules/bentleyottmann/BUILD.gn
@@ -31,4 +31,9 @@ if (skia_enable_bentleyottmann) {
       ]
     }
   }
+} else {
+  group("bentleyottmann") {
+  }
+  group("tests") {
+  }
 }