Initial project skeleton.
This includes a working gyp-based build of an executable that uses LLVM.
This commit is contained in:
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
[submodule "third_party/ninja"]
|
||||
path = third_party/ninja
|
||||
url = git://github.com/martine/ninja.git
|
||||
[submodule "third_party/llvm"]
|
||||
path = third_party/llvm
|
||||
url = http://llvm.org/git/llvm.git
|
||||
[submodule "third_party/gyp"]
|
||||
path = third_party/gyp
|
||||
url = https://github.com/benvanik/gyp.git
|
||||
Reference in New Issue
Block a user