Skip to content

Commit

Permalink
Conditionally copy grpc binaries (#78)
Browse files Browse the repository at this point in the history
* Conditionally copy grpc binaries

We only need to copy the grpc binaries manually until builds using the grpc library include them by default. That change will come in a future refactor of grpc. We're anticipating that change now so that users will not have to update their projects or build process later once the grpc library is refactored to reference binaries in a build-friendly way.

* Checking the build files for bins instead of folder

Removing an assumption that binaries are copied to the default support folder (<destination>\data). Instead checking from Files Generated by Build

* Update Post-Build Action in the LDO example

Keeping the LDO example measurement up-to-date with the latest Post-Build Action code
  • Loading branch information
rfriedma authored Sep 21, 2022
1 parent e39c397 commit b3f372b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<Item Name="Format Message String.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Format Message String.vi"/>
<Item Name="General Error Handler Core CORE.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler Core CORE.vi"/>
<Item Name="General Error Handler.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/General Error Handler.vi"/>
<Item Name="Get File Extension.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/libraryn.llb/Get File Extension.vi"/>
<Item Name="Get String Text Bounds.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/Get String Text Bounds.vi"/>
<Item Name="Get Text Rect.vi" Type="VI" URL="/&lt;vilib&gt;/picture/picture.llb/Get Text Rect.vi"/>
<Item Name="GetHelpDir.vi" Type="VI" URL="/&lt;vilib&gt;/Utility/error.llb/GetHelpDir.vi"/>
Expand Down
Binary file not shown.

0 comments on commit b3f372b

Please sign in to comment.