From 9b340d9e18b4c3f13448f932153da5df904012ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wies=C5=82aw=20=C5=A0olt=C3=A9s?= Date: Fri, 13 Apr 2018 18:09:20 +0200 Subject: [PATCH] Added submodule --- .gitmodules | 3 +++ src/common | 1 + 2 files changed, 4 insertions(+) create mode 160000 src/common diff --git a/.gitmodules b/.gitmodules index e8c5397..d6c281b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "wx"] path = wx url = https://github.com/wxWidgets/wxWidgets.git +[submodule "src/common"] + path = src/common + url = https://github.com/wieslawsoltes/MfcToolkit.git diff --git a/src/common b/src/common new file mode 160000 index 0000000..5aec814 --- /dev/null +++ b/src/common @@ -0,0 +1 @@ +Subproject commit 5aec81433e0227e647f80316fd5e888a40b2dc38