Skip to content

Commit

Permalink
Add Util.hpp to xrCore projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Nov 1, 2014
1 parent 4eecd1d commit 49f544b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/xrCore/xrCore.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
<ClCompile Include="_std_extensions.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\Util.hpp" />
<ClInclude Include="animation\Bone.hpp" />
<ClInclude Include="Animation\Envelope.hpp" />
<ClInclude Include="Animation\Motion.hpp" />
Expand Down
3 changes: 3 additions & 0 deletions src/xrCore/xrCore.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,9 @@
<ClInclude Include="PostProcess\PostProcess.hpp">
<Filter>PostProcess</Filter>
</ClInclude>
<ClInclude Include="..\common\Util.hpp">
<Filter>Kernel</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="xrCore.rc">
Expand Down
1 change: 1 addition & 0 deletions src/xrCore/xrCoreStatic.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@
<ClCompile Include="_std_extensions.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\common\Util.hpp" />
<ClInclude Include="animation\Bone.hpp" />
<ClInclude Include="Animation\Envelope.hpp" />
<ClInclude Include="Animation\Motion.hpp" />
Expand Down
3 changes: 3 additions & 0 deletions src/xrCore/xrCoreStatic.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -588,6 +588,9 @@
<ClInclude Include="PostProcess\PostProcess.hpp">
<Filter>PostProcess</Filter>
</ClInclude>
<ClInclude Include="..\common\Util.hpp">
<Filter>Kernel</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="xrCore.rc">
Expand Down

0 comments on commit 49f544b

Please sign in to comment.