Skip to content

Commit 3da8317

Browse files
committed
Fixed Windows build
1 parent 2cf29c1 commit 3da8317

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

builds/win32/msvc15/common_test.vcxproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@
255255
</ResourceCompile>
256256
</ItemGroup>
257257
<ItemGroup>
258-
<ClCompile Include="..\..\..\src\common\classes\tests\ClumpletTest.cpp" />
259-
<ClCompile Include="..\..\..\src\common\classes\tests\VectorTest.cpp" />
260258
<ClCompile Include="..\..\..\src\common\tests\CommonTest.cpp" />
261259
<ClCompile Include="..\..\..\src\common\tests\CvtTest.cpp" />
262260
<ClCompile Include="..\..\..\src\common\tests\StringTest.cpp" />

builds/win32/msvc15/common_test.vcxproj.filters

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,5 @@
4848
<ClCompile Include="..\..\..\src\yvalve\gds.cpp">
4949
<Filter>source</Filter>
5050
</ClCompile>
51-
<ClCompile Include="..\..\..\src\common\classes\tests\ClumpletTest.cpp">
52-
<Filter>source</Filter>
53-
</ClCompile>
54-
<ClCompile Include="..\..\..\src\common\classes\tests\VectorTest.cpp">
55-
<Filter>source</Filter>
56-
</ClCompile>
5751
</ItemGroup>
5852
</Project>

0 commit comments

Comments
 (0)