Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
添加function_traits test到test工程
Browse files Browse the repository at this point in the history
  • Loading branch information
junjiexing committed Oct 16, 2015
1 parent 05421f3 commit ee6911c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<ClCompile Include="string_utils\string_utils.cpp" />
<ClCompile Include="test.cpp" />
<ClCompile Include="utils\case_map.cpp" />
<ClCompile Include="utils\funtion_traits.cpp" />
<ClCompile Include="utils\ncase_multi_map.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
3 changes: 3 additions & 0 deletions test/test.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
<ClCompile Include="utils\ncase_multi_map.cpp">
<Filter>源文件</Filter>
</ClCompile>
<ClCompile Include="utils\funtion_traits.cpp">
<Filter>源文件</Filter>
</ClCompile>
</ItemGroup>
</Project>

0 comments on commit ee6911c

Please sign in to comment.