aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/xbyak/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/xbyak/BUILD.gn')
-rw-r--r--third_party/xbyak/BUILD.gn13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/xbyak/BUILD.gn b/third_party/xbyak/BUILD.gn
new file mode 100644
index 0000000000..7595c32f2c
--- /dev/null
+++ b/third_party/xbyak/BUILD.gn
@@ -0,0 +1,13 @@
+# Copyright 2016 Google Inc.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+declare_args() {
+}
+
+import("../third_party.gni")
+
+third_party("xbyak") {
+ public_include_dirs = [ "../externals/xbyak/" ]
+}