ZeroTierOne/ext/opentelemetry-cpp-1.21.0/tools/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
2025-07-11 10:37:21 -07:00

8 lines
348 B
CMake

# Create imported target protobuf::protoc
add_executable(protobuf::protoc IMPORTED)
# Import target "protobuf::protoc" for configuration "Release"
set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(protobuf::protoc PROPERTIES
IMPORTED_LOCATION_RELEASE "${Protobuf_PROTOC_EXECUTABLE}"
)