mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
Add a .gclient file to be copied to boostrap a dawn checkout.
This commit is contained in:
parent
f5f7ab128f
commit
c28936043a
10
scripts/standalone.gclient
Normal file
10
scripts/standalone.gclient
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
# Copy this file to <dawn clone dir>/.gclient to bootstrap gclient in a
|
||||||
|
# standalone checkout of Dawn.
|
||||||
|
|
||||||
|
solutions = [
|
||||||
|
{ "name" : ".",
|
||||||
|
"url" : "https://github.com/google/nxt-standalone.git",
|
||||||
|
"deps_file" : "DEPS",
|
||||||
|
"managed" : False,
|
||||||
|
},
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user