We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc35e8 commit 87ebc6cCopy full SHA for 87ebc6c
examples/CMakeLists.txt
@@ -36,7 +36,7 @@ make_example(cpp20_resolve_with_sentinel 20)
36
if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
37
find_package(Protobuf)
38
if (Protobuf_FOUND)
39
- protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS examples/person.proto)
+ protobuf_generate_cpp(PROTO_SRCS PROTO_HDRS person.proto)
40
make_testable_example(cpp20_protobuf 20)
41
target_sources(cpp20_protobuf PUBLIC ${PROTO_SRCS} ${PROTO_HDRS})
42
target_link_libraries(cpp20_protobuf PRIVATE ${Protobuf_LIBRARIES})
0 commit comments