浏览代码

Added googletest as a submodule.

Former-commit-id: 98e410b29f6e54869491e27c899fd001ec2fb2be
Qingnan Zhou 9 年之前
父节点
当前提交
93529ac773
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      .gitmodules

+ 5 - 0
.gitmodules

@@ -7,3 +7,8 @@ url=https://github.com/libigl/nanogui.git
 [submodule "external/embree"]
 	path = external/embree
 	url = https://github.com/embree/embree.git
+
+[submodule "external/googletest"]
+    pqth = external/googletest
+	url = https://github.com/google/googletest.git
+	path = external/googletest