From 7e86125d8bd92439bf7681a4db36aa79674377b6 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Sat, 23 Jan 2016 22:35:33 +0100 Subject: [PATCH] Move `ofxHomographyHelper` out of its own directory --- example/example.xcodeproj/project.pbxproj | 20 ++++++------------- .../ofxHomographyHelper.cpp | 0 .../ofxHomographyHelper.h | 0 3 files changed, 6 insertions(+), 14 deletions(-) rename src/Utils/{ofxHomographyHelper => }/ofxHomographyHelper.cpp (100%) rename src/Utils/{ofxHomographyHelper => }/ofxHomographyHelper.h (100%) diff --git a/example/example.xcodeproj/project.pbxproj b/example/example.xcodeproj/project.pbxproj index 55fc9e4..3397f7c 100644 --- a/example/example.xcodeproj/project.pbxproj +++ b/example/example.xcodeproj/project.pbxproj @@ -14,6 +14,7 @@ 39264841192224F90008A7F5 /* tinyxml.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483D192224F90008A7F5 /* tinyxml.cpp */; }; 39264842192224F90008A7F5 /* tinyxmlerror.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */; }; 39264843192224F90008A7F5 /* tinyxmlparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39264840192224F90008A7F5 /* tinyxmlparser.cpp */; }; + 3926516E1C54292E00C54844 /* ofxHomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3926516D1C54292E00C54844 /* ofxHomographyHelper.cpp */; }; 3933D5D319BB87BD000ACA55 /* ofxBaseGui.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3933D5C219BB87BD000ACA55 /* ofxBaseGui.cpp */; }; 3933D5D419BB87BD000ACA55 /* ofxButton.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3933D5C419BB87BD000ACA55 /* ofxButton.cpp */; }; 3933D5D519BB87BD000ACA55 /* ofxGuiGroup.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3933D5C719BB87BD000ACA55 /* ofxGuiGroup.cpp */; }; @@ -36,7 +37,6 @@ 397EFC7C1A08E7680009286E /* ofxPiMapper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7B1A08E7680009286E /* ofxPiMapper.cpp */; }; 397EFC7F1A08FE720009286E /* FboSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC7D1A08FE720009286E /* FboSource.cpp */; }; 397EFC821A09047C0009286E /* CustomSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 397EFC801A09047C0009286E /* CustomSource.cpp */; }; - 39836CCE1C502D43006DB042 /* ofxHomographyHelper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39836CCC1C502D43006DB042 /* ofxHomographyHelper.cpp */; }; 399953691BD54FF600D5B1F1 /* CrossSource.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 399953671BD54FF600D5B1F1 /* CrossSource.cpp */; }; 39A867961B0D312400165378 /* SetSourceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39A867941B0D312400165378 /* SetSourceCmd.cpp */; }; 39A9AAE01B04E78600AA83BC /* RmSurfaceCmd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 39A9AADE1B04E78600AA83BC /* RmSurfaceCmd.cpp */; }; @@ -148,6 +148,8 @@ 3926483E192224F90008A7F5 /* tinyxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinyxml.h; sourceTree = ""; }; 3926483F192224F90008A7F5 /* tinyxmlerror.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlerror.cpp; sourceTree = ""; }; 39264840192224F90008A7F5 /* tinyxmlparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = tinyxmlparser.cpp; sourceTree = ""; }; + 3926516C1C54292E00C54844 /* ofxHomographyHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxHomographyHelper.h; sourceTree = ""; }; + 3926516D1C54292E00C54844 /* ofxHomographyHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxHomographyHelper.cpp; sourceTree = ""; }; 3933D5C219BB87BD000ACA55 /* ofxBaseGui.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxBaseGui.cpp; sourceTree = ""; }; 3933D5C319BB87BD000ACA55 /* ofxBaseGui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxBaseGui.h; sourceTree = ""; }; 3933D5C419BB87BD000ACA55 /* ofxButton.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxButton.cpp; sourceTree = ""; }; @@ -193,8 +195,6 @@ 397EFC7E1A08FE720009286E /* FboSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FboSource.h; sourceTree = ""; }; 397EFC801A09047C0009286E /* CustomSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CustomSource.cpp; sourceTree = ""; }; 397EFC811A09047C0009286E /* CustomSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CustomSource.h; sourceTree = ""; }; - 39836CCC1C502D43006DB042 /* ofxHomographyHelper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ofxHomographyHelper.cpp; sourceTree = ""; }; - 39836CCD1C502D43006DB042 /* ofxHomographyHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ofxHomographyHelper.h; sourceTree = ""; }; 399953671BD54FF600D5B1F1 /* CrossSource.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CrossSource.cpp; sourceTree = ""; }; 399953681BD54FF600D5B1F1 /* CrossSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CrossSource.h; sourceTree = ""; }; 39A867941B0D312400165378 /* SetSourceCmd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SetSourceCmd.cpp; path = Commands/SetSourceCmd.cpp; sourceTree = ""; }; @@ -488,20 +488,12 @@ 39836CC71C502108006DB042 /* Utils */ = { isa = PBXGroup; children = ( - 39836CCB1C502D43006DB042 /* ofxHomographyHelper */, + 3926516C1C54292E00C54844 /* ofxHomographyHelper.h */, + 3926516D1C54292E00C54844 /* ofxHomographyHelper.cpp */, ); path = Utils; sourceTree = ""; }; - 39836CCB1C502D43006DB042 /* ofxHomographyHelper */ = { - isa = PBXGroup; - children = ( - 39836CCD1C502D43006DB042 /* ofxHomographyHelper.h */, - 39836CCC1C502D43006DB042 /* ofxHomographyHelper.cpp */, - ); - path = ofxHomographyHelper; - sourceTree = ""; - }; 39C123E319EE9576005DF557 /* ofxIO */ = { isa = PBXGroup; children = ( @@ -976,7 +968,7 @@ 39C1246A19F0AB96005DF557 /* QuadSurface.cpp in Sources */, 39C1247F19F187D5005DF557 /* RadioList.cpp in Sources */, 39C1243419EE9589005DF557 /* Base64Encoding.cpp in Sources */, - 39836CCE1C502D43006DB042 /* ofxHomographyHelper.cpp in Sources */, + 3926516E1C54292E00C54844 /* ofxHomographyHelper.cpp in Sources */, 397EFC7F1A08FE720009286E /* FboSource.cpp in Sources */, 397C46C21C3AE2A7002689E2 /* SurfaceFactory.cpp in Sources */, E4B69E200A3A1BDC003C02F2 /* main.cpp in Sources */, diff --git a/src/Utils/ofxHomographyHelper/ofxHomographyHelper.cpp b/src/Utils/ofxHomographyHelper.cpp similarity index 100% rename from src/Utils/ofxHomographyHelper/ofxHomographyHelper.cpp rename to src/Utils/ofxHomographyHelper.cpp diff --git a/src/Utils/ofxHomographyHelper/ofxHomographyHelper.h b/src/Utils/ofxHomographyHelper.h similarity index 100% rename from src/Utils/ofxHomographyHelper/ofxHomographyHelper.h rename to src/Utils/ofxHomographyHelper.h