mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-23 18:14:06 +00:00
Add missing file to Visual Studio tests project.
Adds file tests/mv_cand_tests.c to kvazaar_tests VS project files.
This commit is contained in:
parent
8e6c12b859
commit
9feb2f6dbd
|
@ -100,6 +100,7 @@
|
|||
<ClCompile Include="..\..\tests\dct_tests.c" />
|
||||
<ClCompile Include="..\..\tests\test_strategies.c" />
|
||||
<ClCompile Include="..\..\tests\intra_sad_tests.c" />
|
||||
<ClCompile Include="..\..\tests\mv_cand_tests.c" />
|
||||
<ClCompile Include="..\..\tests\sad_tests.c" />
|
||||
<ClCompile Include="..\..\tests\satd_tests.c" />
|
||||
<ClCompile Include="..\..\tests\speed_tests.c" />
|
||||
|
@ -113,4 +114,4 @@
|
|||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
@ -24,6 +24,9 @@
|
|||
<ClCompile Include="..\..\tests\intra_sad_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\mv_cand_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\..\tests\satd_tests.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
|
@ -48,4 +51,4 @@
|
|||
<Filter>Header Files</Filter>
|
||||
</ClInclude>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue