Skip to content

Commit 98723f5

Browse files
author
Wish
committed
update vc++
1 parent dab50ea commit 98723f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

TensorRT.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
<ClCompile Include="src\application\app_scrfd.cpp" />
3232
<ClCompile Include="src\application\app_scrfd\scrfd.cpp" />
3333
<ClCompile Include="src\application\app_yolo.cpp" />
34+
<ClCompile Include="src\application\app_plugin.cpp" />
3435
<ClCompile Include="src\application\app_lesson.cpp" />
3536
<ClCompile Include="src\application\app_yolo\yolo.cpp" />
3637
<ClCompile Include="src\application\tools\auto_download.cpp" />

TensorRT.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,9 @@
154154
<ClCompile Include="src\application\app_arcface.cpp">
155155
<Filter>src\application</Filter>
156156
</ClCompile>
157+
<ClCompile Include="src\application\app_plugin.cpp">
158+
<Filter>src\application</Filter>
159+
</ClCompile>
157160
<ClCompile Include="src\application\app_retinaface\retinaface.cpp">
158161
<Filter>src\application\app_retinaface</Filter>
159162
</ClCompile>

0 commit comments

Comments
 (0)