zeek/auxil/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
356 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}"
)