early-access version 2853
This commit is contained in:
8
externals/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
vendored
Executable file
8
externals/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
vendored
Executable file
@@ -0,0 +1,8 @@
|
||||
# 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}"
|
||||
)
|
||||
Reference in New Issue
Block a user