Skip to content

Commit

Permalink
grpc: add COMPONENT flag for grpcserver, grpcreset
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Whisonant <tim.whisonant@intel.com>
  • Loading branch information
tswhison committed May 23, 2023
1 parent a83e416 commit 0672be2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions binaries/grpcreset/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ opae_add_executable(TARGET grpcreset
opae-c
opae-clisrv
gRPC::grpc++_reflection
COMPONENT
grpcreset
)

target_include_directories(grpcreset
Expand Down
2 changes: 2 additions & 0 deletions binaries/grpcserver/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ opae_add_executable(TARGET grpcserver
opae-c
opae-clisrv
gRPC::grpc++_reflection
COMPONENT
grpcserver
)

target_include_directories(grpcserver
Expand Down

0 comments on commit 0672be2

Please sign in to comment.