diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-02 17:26:53 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-02 17:26:53 +0000 |
| commit | caace54e8adb8f0ad13303f6f387f3f62e429579 (patch) | |
| tree | 56336888e8e651824f60a85a3abeadec5e9c9fc8 /tshirtmapping/tshirtmapping.cbp | |
| parent | 796d647fd38f7cf01cb70bbb0700b75427e42d55 (diff) | |
kinect integration
Diffstat (limited to 'tshirtmapping/tshirtmapping.cbp')
| -rwxr-xr-x | tshirtmapping/tshirtmapping.cbp | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/tshirtmapping/tshirtmapping.cbp b/tshirtmapping/tshirtmapping.cbp new file mode 100755 index 0000000..0024ab0 --- /dev/null +++ b/tshirtmapping/tshirtmapping.cbp @@ -0,0 +1,78 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> +<CodeBlocks_project_file> + <FileVersion major="1" minor="6" /> + <Project> + <Option title="tshirtmapping" /> + <Option makefile_is_custom="1" /> + <Option pch_mode="2" /> + <Option compiler="gcc" /> + <Option virtualFolders="src/;build config/;" /> + <Build> + <Target title="Debug"> + <Option output="bin/$(PROJECT_NAME)_debug" prefix_auto="1" extension_auto="1" /> + <Option working_dir="bin" /> + <Option object_output="obj/Debug/" /> + <Option external_deps="../../../../libs/openFrameworksCompiled/lib/linux/libopenFrameworksDebug.a;" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Option projectLinkerOptionsRelation="2" /> + </Target> + <Target title="Release"> + <Option output="bin/$(PROJECT_NAME)" prefix_auto="1" extension_auto="1" /> + <Option working_dir="bin" /> + <Option object_output="obj/Release/" /> + <Option external_deps="../../../../libs/openFrameworksCompiled/lib/linux/libopenFrameworks.a;" /> + <Option type="1" /> + <Option compiler="gcc" /> + <Option projectLinkerOptionsRelation="2" /> + </Target> + </Build> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxDepthGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxDepthGenerator.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxGestureGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxGestureGenerator.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxHandGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxHandGenerator.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxHardwareDriver.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxHardwareDriver.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxIRGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxIRGenerator.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxImageGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxImageGenerator.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNI.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNIContext.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNIContext.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNIMacros.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNIRecorder.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxOpenNIRecorder.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxTrackedHand.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxTrackedHand.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxTrackedUser.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxTrackedUser.h" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxUserGenerator.cpp" /> + <Unit filename="../../openFrameworks/addons/ofxOpenNI/src/ofxUserGenerator.h" /> + <Unit filename="Makefile"> + <Option virtualFolder="build config/" /> + </Unit> + <Unit filename="addons.make"> + <Option virtualFolder="build config/" /> + </Unit> + <Unit filename="config.make"> + <Option virtualFolder="build config/" /> + </Unit> + <Unit filename="src/main.cpp"> + <Option virtualFolder="src/" /> + </Unit> + <Unit filename="src/testApp.cpp"> + <Option virtualFolder="src/" /> + </Unit> + <Unit filename="src/testApp.h"> + <Option virtualFolder="src/" /> + </Unit> + <Extensions> + <code_completion /> + <envvars /> + <debugger /> + </Extensions> + </Project> +</CodeBlocks_project_file> |
