Skip to content

Commit eb8f418

Browse files
committed
msvs: fix test app build
1 parent 3886954 commit eb8f418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

msvs_solution/tests/tests.vcxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568
</Link>
569569
</ItemDefinitionGroup>
570570
<ItemGroup>
571-
<ClCompile Include="..\..\tests\app\src\main.cpp" />
571+
<ClCompile Include="..\..\tests\app\src\**\*.cpp" />
572572
</ItemGroup>
573573
<ItemGroup>
574574
<None Include="packages.config" />

0 commit comments

Comments
 (0)