From 9a6b0b6b32a36c5984d69039b30fa632c871e588 Mon Sep 17 00:00:00 2001 From: uc-hoba Date: Tue, 24 Apr 2018 11:19:24 +0800 Subject: [PATCH] add missing submodules --- .gitmodules | 12 ++++++++++++ of_v0.9.8/.gitignore | 1 + of_v0.9.8/addons/ofxOpticalFlow | 1 + of_v0.9.8/addons/ofxUCUtil | 1 + of_v0.9.8/apps/myApps/ucEmptyExample | 1 + 5 files changed, 16 insertions(+) create mode 160000 of_v0.9.8/addons/ofxOpticalFlow create mode 160000 of_v0.9.8/addons/ofxUCUtil create mode 160000 of_v0.9.8/apps/myApps/ucEmptyExample diff --git a/.gitmodules b/.gitmodules index 3721fb7..966e689 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,15 @@ path = of_v0.9.8/apps/myApps/Kinect2Motion url = https://github.com/UltraCombos/Kinect2Motion branch = master +[submodule "of_v0.9.8/apps/myApps/ucEmptyExample"] + path = of_v0.9.8/apps/myApps/ucEmptyExample + url = https://github.com/UltraCombos/ucEmptyExample + branch = master +[submodule "of_v0.9.8/addons/ofxOpticalFlow"] + path = of_v0.9.8/addons/ofxOpticalFlow + url = https://github.com/UltraCombos/ofxOpticalFlow + branch = master +[submodule "of_v0.9.8/addons/ofxUCUtil"] + path = of_v0.9.8/addons/ofxUCUtil + url = https://github.com/UltraCombos/ofxUCUtil + branch = master diff --git a/of_v0.9.8/.gitignore b/of_v0.9.8/.gitignore index 8b8f427..a5a5810 100644 --- a/of_v0.9.8/.gitignore +++ b/of_v0.9.8/.gitignore @@ -1,4 +1,5 @@ ofxGui +ofxNetwork ofxXmlSettings export libs \ No newline at end of file diff --git a/of_v0.9.8/addons/ofxOpticalFlow b/of_v0.9.8/addons/ofxOpticalFlow new file mode 160000 index 0000000..17ed5c0 --- /dev/null +++ b/of_v0.9.8/addons/ofxOpticalFlow @@ -0,0 +1 @@ +Subproject commit 17ed5c0e4f49d04b83cb1968a208023bf3a56024 diff --git a/of_v0.9.8/addons/ofxUCUtil b/of_v0.9.8/addons/ofxUCUtil new file mode 160000 index 0000000..cff1663 --- /dev/null +++ b/of_v0.9.8/addons/ofxUCUtil @@ -0,0 +1 @@ +Subproject commit cff16638078967566362aadefe925d977b0c0754 diff --git a/of_v0.9.8/apps/myApps/ucEmptyExample b/of_v0.9.8/apps/myApps/ucEmptyExample new file mode 160000 index 0000000..cec1736 --- /dev/null +++ b/of_v0.9.8/apps/myApps/ucEmptyExample @@ -0,0 +1 @@ +Subproject commit cec1736d3114157f043d4eb485dedb657cd97340