build: package ClumsyPilot with OSQP

This commit is contained in:
梁薄云
2026-08-04 13:20:20 +08:00
parent aa51ae2d81
commit 3c84e36893
4 changed files with 285 additions and 1 deletions
+11
View File
@@ -38,4 +38,15 @@
</Reference>
</ItemGroup>
<ItemGroup>
<None Update="ThirdParty\OSQP\win-x64\osqp.dll"
Link="osqp.dll" CopyToOutputDirectory="PreserveNewest" />
<None Update="ThirdParty\OSQP\LICENSE"
Link="licenses\OSQP-LICENSE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Update="ThirdParty\OSQP\NOTICE"
Link="licenses\OSQP-NOTICE.txt" CopyToOutputDirectory="PreserveNewest" />
<None Update="ThirdParty\OSQP\VERSION"
Link="licenses\OSQP-VERSION.txt" CopyToOutputDirectory="PreserveNewest" />
</ItemGroup>
</Project>