Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit78e7316

Browse files
committed
mlib submodule
1 parentddd41ec commit78e7316

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

‎.gitmodules‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "external/mLib"]
2+
path=external/mLib
3+
url=https://github.com/niessner/mLib.git

‎FriedLiver/FriedLiver.vcxproj‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Debug|x64'">
4545
<LinkIncremental>true</LinkIncremental>
4646
<ExecutablePath>$(WindowsSDK_ExecutablePath_x86);$(WindowsSDK_ExecutablePath_x64);$(ExecutablePath)</ExecutablePath>
47-
<IncludePath>$(IncludePath);$(WindowsSDK_IncludePath);$(KINECTSDK10_DIR)\inc;$(KINECTSDK20_DIR)\inc;$(OPENNI2_INCLUDE64);$(DXSDK_DIR)Include;./Source/;./Source/SiftGPU/;./Include;./Include/Intel;./Include/cutil/inc;./Include/Uplink;../../mlib/include;../../mlibExternal/include</IncludePath>
47+
<IncludePath>$(IncludePath);$(WindowsSDK_IncludePath);$(KINECTSDK10_DIR)\inc;$(KINECTSDK20_DIR)\inc;$(OPENNI2_INCLUDE64);$(DXSDK_DIR)Include;./Source/;./Source/SiftGPU/;./Include;./Include/Intel;./Include/cutil/inc;./Include/Uplink;../external/mlib/include;../../mlibExternal/include</IncludePath>
4848
<LibraryPath>$(LibraryPath);$(DXSDK_DIR)Lib\x64;$(KINECTSDK10_DIR)\lib\amd64;$(CUDA_LIB_PATH);$(KINECTSDK20_DIR)\lib\x64;$(OPENNI2_LIB64);Libs;../../mlibExternal/libsWindows/lib64</LibraryPath>
4949
<SourcePath>$(VC_SourcePath);</SourcePath>
5050
</PropertyGroup>
5151
<PropertyGroupCondition="'$(Configuration)|$(Platform)'=='Release|x64'">
5252
<LinkIncremental>false</LinkIncremental>
5353
<ExecutablePath>$(DXSDK_DIR)Utilities\bin\x64;$(DXSDK_DIR)Utilities\bin\x86;$(ExecutablePath)</ExecutablePath>
54-
<IncludePath>$(IncludePath);$(WindowsSDK_IncludePath);$(KINECTSDK10_DIR)\inc;$(KINECTSDK20_DIR)\inc;$(OPENNI2_INCLUDE64);$(DXSDK_DIR)Include;./Source/;./Source/SiftGPU/;./Include;./Include/Intel;./Include/cutil/inc;./Include/Uplink;../../mlib/include;../../mlibExternal/include</IncludePath>
54+
<IncludePath>$(IncludePath);$(WindowsSDK_IncludePath);$(KINECTSDK10_DIR)\inc;$(KINECTSDK20_DIR)\inc;$(OPENNI2_INCLUDE64);$(DXSDK_DIR)Include;./Source/;./Source/SiftGPU/;./Include;./Include/Intel;./Include/cutil/inc;./Include/Uplink;../external/mlib/include;../../mlibExternal/include</IncludePath>
5555
<LibraryPath>$(LibraryPath);$(DXSDK_DIR)Lib\x64;$(KINECTSDK10_DIR)\lib\amd64;$(CUDA_LIB_PATH);$(KINECTSDK20_DIR)\lib\x64;$(OPENNI2_LIB64);Libs;../../mlibExternal/libsWindows/lib64</LibraryPath>
5656
<SourcePath>$(VC_SourcePath);</SourcePath>
5757
</PropertyGroup>

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The code was developed under VS2013.
1212
Requirements:
1313
- DirectX SDK June 2010
1414
- NVIDIA CUDA 7.0
15-
- our research library[mLib](mLib); original git repo can be found[here](https://github.com/niessner/mLib)
15+
- our research library[mLib](external/mLib) (a git submodule; original git repo can be found[here](https://github.com/niessner/mLib))
1616
- mLib external libraries can be downloaded[here](https://www.dropbox.com/s/fve3uen5mzonidx/mLibExternal.zip?dl=0)
1717

1818
Optional:

‎external/mLib‎

SubmodulemLib added atac6b9e9

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp