VS2010: Added cli/cppcheckexecutor.cpp to testrunner project

This commit is contained in:
Daniel Marjamäki 2012-12-13 18:43:45 +01:00
parent 8780713c51
commit 88c1e42bdb
2 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\cli\cmdlineparser.cpp" />
<ClCompile Include="..\cli\cppcheckexecutor.cpp" />
<ClCompile Include="..\cli\filelister.cpp" />
<ClCompile Include="..\cli\pathmatch.cpp" />
<ClCompile Include="..\cli\threadexecutor.cpp" />

View File

@ -175,6 +175,9 @@
<ClCompile Include="testtimer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\cli\cppcheckexecutor.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="options.h">