diff options
Diffstat (limited to 'vcpkg.json')
| -rw-r--r-- | vcpkg.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vcpkg.json b/vcpkg.json index 01a4657d4..a9e895153 100644 --- a/vcpkg.json +++ b/vcpkg.json | |||
| @@ -41,6 +41,15 @@ | |||
| 41 | "platform": "windows" | 41 | "platform": "windows" |
| 42 | } | 42 | } |
| 43 | ] | 43 | ] |
| 44 | }, | ||
| 45 | "android": { | ||
| 46 | "description": "Enable Android dependencies", | ||
| 47 | "dependencies": [ | ||
| 48 | { | ||
| 49 | "name": "oboe", | ||
| 50 | "platform": "android" | ||
| 51 | } | ||
| 52 | ] | ||
| 44 | } | 53 | } |
| 45 | }, | 54 | }, |
| 46 | "overrides": [ | 55 | "overrides": [ |