CMake: remove extraneous TestUtils directory

This commit is contained in:
Michael Maltese
2017-05-20 16:08:50 -07:00
parent 87d64afe19
commit 41fb6db6e3
4 changed files with 3 additions and 13 deletions

View File

@ -60,6 +60,7 @@
<ClCompile Include="$(ExternalsDir)gtest\src\gtest-all.cc" />
<ClCompile Include="$(ExternalsDir)gtest\src\gtest_main.cc" />
<!--Lump all of the tests (and supporting code) into one binary-->
<ClCompile Include="*.cpp" />
<ClCompile Include="*\*.cpp" />
</ItemGroup>
<ItemGroup>
@ -111,4 +112,4 @@
<!--This is only executed via msbuild, VS test runner automatically does this-->
<Exec Command="$(TargetPath)" />
</Target>
</Project>
</Project>