forked from wolfSSL/wolfTPM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tested with swtpm (linux and mono) and on Windows (Visual studio project and TBS) Co-authored-by: Anthony Hu <[email protected]>
- Loading branch information
Showing
12 changed files
with
1,245 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<RunConfiguration> | ||
<EnvironmentVariables> | ||
<!-- update to path to local vcpkg install | ||
<PATH>%PATH%;c:\vcpkg\installed\x64-windows\bin</PATH> | ||
--> | ||
<!-- | ||
if wolfTPM cmake solution is built using visual studio, | ||
we need to back out several(5) directories `wrapper\CSharp\bin\Debug\netcoreapp3.1` | ||
--> | ||
<PATH>%PATH%;..\..\..\..\..\out\build\x64-Debug\bin</PATH> | ||
</EnvironmentVariables> | ||
</RunConfiguration> | ||
</RunSettings> |
Oops, something went wrong.