Skip to content

Commit

Permalink
Fixed Emgu.TF nuget package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
Canming Huang committed Dec 15, 2023
1 parent ec7619b commit 9f3ed85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,8 @@ SET(EMGUTF_PROTOBUF_NUGET_DEPENDENCY "")

IF(HAVE_FULL_BUILD)
SET(EMGUTF_NUGET_FILE_LIST "${EMGUTF_NUGET_FILE_LIST}
<file src=\"..\\..\\..\\lib\\Emgu.TF.Netstandard.dll\" target=\"lib\\netstandard2.0\" />
<file src=\"..\\..\\..\\lib\\Emgu.TF.Netstandard.xml\" target=\"lib\\netstandard2.0\" />
<file src=\"..\\..\\..\\lib\\Emgu.TF.dll\" target=\"lib\\netstandard2.0\" />
<file src=\"..\\..\\..\\lib\\Emgu.TF.xml\" target=\"lib\\netstandard2.0\" />
<file src=\"..\\..\\..\\miscellaneous\\nuget_icon.png\" target=\"icon.png\" />
<file src=\"..\\..\\..\\${EMGUTF_LICENSE_FILE}\" target=\"\" />
<file src=\"README.md\" target=\"docs\\\" />")
Expand Down

0 comments on commit 9f3ed85

Please sign in to comment.