File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -323,6 +323,11 @@ $(project.GENERATED_WARNING_HEADER:)
323
323
<CompileAs>CompileAsCpp</CompileAs>
324
324
</ClCompile>
325
325
.endfor
326
+ .if count (class)
327
+ <ClCompile Include="..\\..\\..\\..\\src\\$(project.prefix)_private_selftest.$(project.source_ext)">
328
+ <CompileAs>CompileAsCpp</CompileAs>
329
+ </ClCompile>
330
+ .endif
326
331
</ItemGroup>
327
332
<ItemGroup>
328
333
<ResourceCompile Include="..\\..\\resource.rc" />
@@ -350,6 +355,11 @@ $(project.GENERATED_WARNING_HEADER:)
350
355
<Filter>src</Filter>
351
356
</ClCompile>
352
357
.endfor
358
+ .if count (class)
359
+ <ClCompile Include="..\\..\\..\\..\\src\\$(project.prefix)_private_selftest.$(project.source_ext)">
360
+ <Filter>src</Filter>
361
+ </ClCompile>
362
+ .endif
353
363
</ItemGroup>
354
364
<ItemGroup>
355
365
<ClInclude Include="..\\..\\..\\..\\include\\$(project.prefix)_library.$(project.header_ext)">
You can’t perform that action at this time.
0 commit comments