Fix CPU only project build failure (#8555)

This commit is contained in:
Cristi Fati 2023-08-26 02:55:36 +03:00 committed by GitHub
parent ea4f126cea
commit ef8ad4ae2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -214,6 +214,7 @@
<ClCompile Include="..\..\src\rnn.c" />
<ClCompile Include="..\..\src\rnn_layer.c" />
<ClCompile Include="..\..\src\rnn_vid.c" />
<ClCompile Include="..\..\src\representation_layer.c" />
<ClCompile Include="..\..\src\route_layer.c" />
<ClCompile Include="..\..\src\sam_layer.c" />
<ClCompile Include="..\..\src\scale_channels_layer.c" />
@ -275,6 +276,7 @@
<ClInclude Include="..\..\src\parser.h" />
<ClInclude Include="..\..\src\region_layer.h" />
<ClInclude Include="..\..\src\reorg_layer.h" />
<ClInclude Include="..\..\src\representation_layer.h" />
<ClInclude Include="..\..\src\reorg_old_layer.h" />
<ClInclude Include="..\..\src\rnn_layer.h" />
<ClInclude Include="..\..\src\route_layer.h" />