From c2ef0ba2dc82418b52e71887c1ec6146f840a577 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 3 Apr 2015 10:52:29 +0100 Subject: [PATCH] Add windows 3rd party repo as a submodule --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index f3cc7dd..4c6c7ea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = fgdata url = git://git.code.sf.net/p/flightgear/fgdata branch = next +[submodule "windows-3rd-party"] + path = windows-3rd-party + url = git://git.code.sf.net/p/flightgear/windows-3rd-party + branch = master