mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fixed multiply defined symbol definition for MOCK_FUNCTION included from several translation units
This commit is contained in:
parent
fc8c6bde19
commit
86371b5695
8 changed files with 62 additions and 9 deletions
|
|
@ -19,10 +19,13 @@
|
|||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\test\defined.hpp" />
|
||||
<ClInclude Include="..\..\test\mock_error.hpp" />
|
||||
<ClInclude Include="..\..\test\undefined.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\test\defined_1.cpp" />
|
||||
<ClCompile Include="..\..\test\defined_2.cpp" />
|
||||
<ClCompile Include="..\..\test\detail\test_function.cpp" />
|
||||
<ClCompile Include="..\..\test\detail\test_invocation.cpp" />
|
||||
<ClCompile Include="..\..\test\detail\test_is_functor.cpp" />
|
||||
|
|
|
|||
|
|
@ -16,6 +16,9 @@
|
|||
<ClInclude Include="..\..\test\undefined.hpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClInclude>
|
||||
<ClInclude Include="..\..\test\defined.hpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\test\test_constraints.cpp">
|
||||
|
|
@ -66,5 +69,11 @@
|
|||
<ClCompile Include="..\..\test\test_exception.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\defined_1.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\test\defined_2.cpp">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue