added font unit test to vc++ 2012 project

This commit is contained in:
Mark Vejvoda 2013-11-14 13:34:50 +00:00
parent cc21dbbc5c
commit e64cdda6da
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@
</PostBuildEvent> </PostBuildEvent>
</ItemDefinitionGroup> </ItemDefinitionGroup>
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\font_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\graphics\math_util_test.cpp" /> <ClCompile Include="..\..\..\source\tests\shared_lib\graphics\math_util_test.cpp" />
<ClCompile Include="..\..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" /> <ClCompile Include="..\..\..\source\tests\shared_lib\xml\xml_parser_test.cpp" />
<ClCompile Include="..\..\..\source\tests\test_runner.cpp" /> <ClCompile Include="..\..\..\source\tests\test_runner.cpp" />