mirror of https://github.com/AlexeyAB/darknet.git
fix darknet_no_gpu.vcxproj
This commit is contained in:
parent
179be4dcb4
commit
67543e27aa
|
@ -227,6 +227,7 @@
|
|||
<ClCompile Include="..\..\src\region_layer.c" />
|
||||
<ClCompile Include="..\..\src\reorg_layer.c" />
|
||||
<ClCompile Include="..\..\src\reorg_old_layer.c" />
|
||||
<ClCompile Include="..\..\src\representation_layer.c" />
|
||||
<ClCompile Include="..\..\src\rnn.c" />
|
||||
<ClCompile Include="..\..\src\rnn_layer.c" />
|
||||
<ClCompile Include="..\..\src\rnn_vid.c" />
|
||||
|
@ -290,6 +291,7 @@
|
|||
<ClInclude Include="..\..\src\region_layer.h" />
|
||||
<ClInclude Include="..\..\src\reorg_layer.h" />
|
||||
<ClInclude Include="..\..\src\reorg_old_layer.h" />
|
||||
<ClInclude Include="..\..\src\representation_layer.h" />
|
||||
<ClInclude Include="..\..\src\rnn_layer.h" />
|
||||
<ClInclude Include="..\..\src\route_layer.h" />
|
||||
<ClInclude Include="..\..\src\sam_layer.h" />
|
||||
|
|
Loading…
Reference in New Issue