pineapple/externals/vcpkg/ports/protobuf/protobuf-targets-vcpkg-protoc.cmake
2022-07-23 03:01:36 +02:00

8 lines
356 B
CMake
Executable file

# 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}"
)