Skip to content

Commit

Permalink
proj file
Browse files Browse the repository at this point in the history
  • Loading branch information
T2Kim committed Jan 18, 2021
1 parent 99fb631 commit 6ab54b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextureMappingNonRigid/TextureMappingNonRigid.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<IncludePath>$(ProjectDir)\include\;$(SolutionDir)\include\;$(SolutionDir)\include\cuda\;$(SolutionDir)\include\Eigen3\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)\src\;$(SolutionDir)\include\;$(SolutionDir)\include\cuda\;$(SolutionDir)\include\Eigen3\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)\lib\;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<IncludePath>$(ProjectDir)\include\;$(SolutionDir)\include\;$(SolutionDir)\include\cuda\;$(SolutionDir)\include\Eigen3\;$(IncludePath)</IncludePath>
<IncludePath>$(ProjectDir)\src\;$(SolutionDir)\include\;$(SolutionDir)\include\cuda\;$(SolutionDir)\include\Eigen3\;$(IncludePath)</IncludePath>
<LibraryPath>$(SolutionDir)\lib\;$(LibraryPath)</LibraryPath>
<PreBuildEventUseInBuild>true</PreBuildEventUseInBuild>
</PropertyGroup>
Expand Down

0 comments on commit 6ab54b2

Please sign in to comment.