protobuf-targets-debug.cmake 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. #----------------------------------------------------------------
  2. # Generated CMake target import file for configuration "Debug".
  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 "Debug"
  7. set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  8. set_target_properties(protobuf::libprotobuf-lite PROPERTIES
  9. IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX;RC"
  10. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotobuf-lited.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-lited.lib" )
  14. # Import target "protobuf::libprotobuf" for configuration "Debug"
  15. set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  16. set_target_properties(protobuf::libprotobuf PROPERTIES
  17. IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX;RC"
  18. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotobufd.lib"
  19. )
  20. list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf )
  21. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobufd.lib" )
  22. # Import target "protobuf::libprotoc" for configuration "Debug"
  23. set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  24. set_target_properties(protobuf::libprotoc PROPERTIES
  25. IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX;RC"
  26. IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/libprotocd.lib"
  27. )
  28. list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc )
  29. list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotocd.lib" )
  30. # Import target "protobuf::protoc" for configuration "Debug"
  31. set_property(TARGET protobuf::protoc APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
  32. set_target_properties(protobuf::protoc PROPERTIES
  33. IMPORTED_LOCATION_DEBUG "${_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)