mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
15 lines
336 B
Diff
15 lines
336 B
Diff
|
diff --git a/modules/bentleyottmann/BUILD.gn b/modules/bentleyottmann/BUILD.gn
|
||
|
index 8a6725592f..fa0d03334c 100644
|
||
|
--- a/modules/bentleyottmann/BUILD.gn
|
||
|
+++ b/modules/bentleyottmann/BUILD.gn
|
||
|
@@ -31,4 +31,9 @@ if (skia_enable_bentleyottmann) {
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
+} else {
|
||
|
+ group("bentleyottmann") {
|
||
|
+ }
|
||
|
+ group("tests") {
|
||
|
+ }
|
||
|
}
|