1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-10 07:45:54 -04:00

bazel configuration

This commit is contained in:
Darien Raymond
2018-10-03 20:32:32 +02:00
parent 8a157316d4
commit 557ce768fa
3 changed files with 77 additions and 0 deletions

6
WORKSPACE Normal file
View File

@@ -0,0 +1,6 @@
workspace(name = "v2ray_core")
local_repository(
name = "v2ray_ext",
path = "../ext",
)