]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / ports / protobuf / protobuf-targets-vcpkg-protoc.cmake
CommitLineData
1e59de90
TL
1# Create imported target protobuf::protoc\r
2add_executable(protobuf::protoc IMPORTED)\r
3\r
4# Import target "protobuf::protoc" for configuration "Release"\r
5set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r
6set_target_properties(protobuf::protoc PROPERTIES\r
7 IMPORTED_LOCATION_RELEASE "${Protobuf_PROTOC_EXECUTABLE}"\r
8)\r