]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / protobuf / protobuf-targets-vcpkg-protoc.cmake
diff --git a/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake b/ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
new file mode 100644 (file)
index 0000000..245adf5
--- /dev/null
@@ -0,0 +1,8 @@
+# Create imported target protobuf::protoc\r
+add_executable(protobuf::protoc IMPORTED)\r
+\r
+# Import target "protobuf::protoc" for configuration "Release"\r
+set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)\r
+set_target_properties(protobuf::protoc PROPERTIES\r
+    IMPORTED_LOCATION_RELEASE "${Protobuf_PROTOC_EXECUTABLE}"\r
+)\r