protobuf-targets-release.cmake 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file for configuration "Release".
  3. #----------------------------------------------------------------
  4. # Commands may need to know the format version.
  5. set(CMAKE_IMPORT_FILE_VERSION 1)
  6. # Import target "protobuf::libprotobuf-lite" for configuration "Release"
  7. set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  8. set_target_properties(protobuf::libprotobuf-lite PROPERTIES
  9. IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX;RC"
  10. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib"
  11. )
  12. list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite )
  13. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lite.lib" )
  14. # Import target "protobuf::libprotobuf" for configuration "Release"
  15. set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  16. set_target_properties(protobuf::libprotobuf PROPERTIES
  17. IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX;RC"
  18. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf.lib"
  19. )
  20. list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf )
  21. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobuf.lib" )
  22. # Import target "protobuf::libprotoc" for configuration "Release"
  23. set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  24. set_target_properties(protobuf::libprotoc PROPERTIES
  25. IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX;RC"
  26. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotoc.lib"
  27. )
  28. list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc )
  29. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotoc.lib" )
  30. # Import target "protobuf::protoc" for configuration "Release"
  31. set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
  32. set_target_properties(protobuf::protoc PROPERTIES
  33. IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/bin/protoc.exe"
  34. )
  35. list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc )
  36. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc.exe" )
  37. # Commands beyond this point should not need to know the version.
  38. set(CMAKE_IMPORT_FILE_VERSION)