Skip to content

Commit

Permalink
Update CMakeLists.txt (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin authored Nov 8, 2024
1 parent 74de5ba commit b9ecd27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ add_library(${PROJECT_NAME}_objs OBJECT
target_link_libraries(${PROJECT_NAME}_objs PUBLIC userver::postgresql userver::grpc)

# Create a proto library with userver extensions
include(GrpcTargets)
userver_add_grpc_library(${PROJECT_NAME}_proto PROTOS handlers/hello.proto)
target_link_libraries(${PROJECT_NAME}_objs PUBLIC ${PROJECT_NAME}_proto)

Expand Down

0 comments on commit b9ecd27

Please sign in to comment.