Skip to content

Commit

Permalink
add PowerShell script for compiling protocol buffer files
Browse files Browse the repository at this point in the history
  • Loading branch information
nam20485 committed Oct 9, 2023
1 parent 8a84155 commit 68d4864
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/compile-protobuf.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
$PROTOC = 'C:\Source\github\nam20485\OdbDesign\out\build\x64-debug\vcpkg_installed\x64-windows\tools\protobuf\protoc'

. $PROTOC --cpp_out=../proto edadatafile.proto

0 comments on commit 68d4864

Please sign in to comment.