소스 검색

add data submodule

Paul 11 년 전
부모
커밋
adb3094440
2개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .gitmodules
  2. 1 0
      output/data

+ 4 - 0
.gitmodules

@@ -9,3 +9,7 @@
 	path = dependencies/luabind
 	path = dependencies/luabind
 	url = https://github.com/paulsapps/luabind.git
 	url = https://github.com/paulsapps/luabind.git
 	branch = master
 	branch = master
+[submodule "output/data"]
+	path = output/data
+	url = https://github.com/q-gears/data.git
+	branch = master

+ 1 - 0
output/data

@@ -0,0 +1 @@
+Subproject commit b401d1e5b2395b2aab986a4077f0f270a8e1b0a4