Skip to content

Commit

Permalink
Fix CPU only project build failure (#8555)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiFati authored Aug 25, 2023
1 parent ea4f126 commit ef8ad4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/darknet/yolo_cpp_dll_no_gpu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down Expand Up @@ -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" />
Expand Down

0 comments on commit ef8ad4a

Please sign in to comment.