Skip to content

Commit

Permalink
initial proto
Browse files Browse the repository at this point in the history
  • Loading branch information
wayblink committed Jul 27, 2022
1 parent 0d45fa8 commit 7d05dbc
Show file tree
Hide file tree
Showing 386 changed files with 98,274 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.23

# Relative path conversion top directories.
set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/cmake")
set(CMAKE_RELATIVE_PATH_TOP_BINARY "/Users/wanganyang/git_base/milvus/cmake_build")

# Force unix paths in dependencies.
set(CMAKE_FORCE_UNIX_PATHS 1)


# The C and CXX include file regular expressions for this directory.
set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
#----------------------------------------------------------------
# Generated CMake target import file for configuration "Release".
#----------------------------------------------------------------

# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)

# Import target "protobuf::libprotobuf-lite" for configuration "Release"
set_property(TARGET protobuf::libprotobuf-lite APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(protobuf::libprotobuf-lite PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf-lite.a"
)

list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf-lite )
list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf-lite "${_IMPORT_PREFIX}/lib/libprotobuf-lite.a" )

# Import target "protobuf::libprotobuf" for configuration "Release"
set_property(TARGET protobuf::libprotobuf APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(protobuf::libprotobuf PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotobuf.a"
)

list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotobuf )
list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotobuf "${_IMPORT_PREFIX}/lib/libprotobuf.a" )

# Import target "protobuf::libprotoc" for configuration "Release"
set_property(TARGET protobuf::libprotoc APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
set_target_properties(protobuf::libprotoc PROPERTIES
IMPORTED_LINK_INTERFACE_LANGUAGES_RELEASE "CXX"
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libprotoc.a"
)

list(APPEND _IMPORT_CHECK_TARGETS protobuf::libprotoc )
list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::libprotoc "${_IMPORT_PREFIX}/lib/libprotoc.a" )

# 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 "${_IMPORT_PREFIX}/bin/protoc-3.9.0.0"
)

list(APPEND _IMPORT_CHECK_TARGETS protobuf::protoc )
list(APPEND _IMPORT_CHECK_FILES_FOR_protobuf::protoc "${_IMPORT_PREFIX}/bin/protoc-3.9.0.0" )

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# Generated by CMake

if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.6)
message(FATAL_ERROR "CMake >= 2.6.0 required")
endif()
cmake_policy(PUSH)
cmake_policy(VERSION 2.6...3.21)
#----------------------------------------------------------------
# Generated CMake target import file.
#----------------------------------------------------------------

# Commands may need to know the format version.
set(CMAKE_IMPORT_FILE_VERSION 1)

# Protect against multiple inclusion, which would fail when already imported targets are added once more.
set(_targetsDefined)
set(_targetsNotDefined)
set(_expectedTargets)
foreach(_expectedTarget protobuf::libprotobuf-lite protobuf::libprotobuf protobuf::libprotoc protobuf::protoc)
list(APPEND _expectedTargets ${_expectedTarget})
if(NOT TARGET ${_expectedTarget})
list(APPEND _targetsNotDefined ${_expectedTarget})
endif()
if(TARGET ${_expectedTarget})
list(APPEND _targetsDefined ${_expectedTarget})
endif()
endforeach()
if("${_targetsDefined}" STREQUAL "${_expectedTargets}")
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
return()
endif()
if(NOT "${_targetsDefined}" STREQUAL "")
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_targetsDefined}\nTargets not yet defined: ${_targetsNotDefined}\n")
endif()
unset(_targetsDefined)
unset(_targetsNotDefined)
unset(_expectedTargets)


# Compute the installation prefix relative to this file.
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
if(_IMPORT_PREFIX STREQUAL "/")
set(_IMPORT_PREFIX "")
endif()

# Create imported target protobuf::libprotobuf-lite
add_library(protobuf::libprotobuf-lite STATIC IMPORTED)

set_target_properties(protobuf::libprotobuf-lite PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)

# Create imported target protobuf::libprotobuf
add_library(protobuf::libprotobuf STATIC IMPORTED)

set_target_properties(protobuf::libprotobuf PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
)

# Create imported target protobuf::libprotoc
add_library(protobuf::libprotoc STATIC IMPORTED)

set_target_properties(protobuf::libprotoc PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
INTERFACE_LINK_LIBRARIES "protobuf::libprotobuf"
)

# Create imported target protobuf::protoc
add_executable(protobuf::protoc IMPORTED)

if(CMAKE_VERSION VERSION_LESS 2.8.12)
message(FATAL_ERROR "This file relies on consumers using CMake 2.8.12 or greater.")
endif()

# Load information for each installed configuration.
get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
file(GLOB CONFIG_FILES "${_DIR}/protobuf-targets-*.cmake")
foreach(f ${CONFIG_FILES})
include(${f})
endforeach()

# Cleanup temporary variables.
set(_IMPORT_PREFIX)

# Loop over all imported files and verify that they actually exist
foreach(target ${_IMPORT_CHECK_TARGETS} )
foreach(file ${_IMPORT_CHECK_FILES_FOR_${target}} )
if(NOT EXISTS "${file}" )
message(FATAL_ERROR "The imported target \"${target}\" references the file
\"${file}\"
but this file does not exist. Possible reasons include:
* The file was deleted, renamed, or moved to another location.
* An install or uninstall procedure did not complete successfully.
* The installation package was faulty and contained
\"${CMAKE_CURRENT_LIST_FILE}\"
but not all the files it references.
")
endif()
endforeach()
unset(_IMPORT_CHECK_FILES_FOR_${target})
endforeach()
unset(_IMPORT_CHECK_TARGETS)

# This file does not depend on other imported targets which have
# been exported from the same project but in a separate export set.

# Commands beyond this point should not need to know the version.
set(CMAKE_IMPORT_FILE_VERSION)
cmake_policy(POP)
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@

# Consider dependencies only in project.
set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)

# The set of languages for which implicit dependencies are needed:
set(CMAKE_DEPENDS_LANGUAGES
)

# The set of dependency files which are needed:
set(CMAKE_DEPENDS_DEPENDENCY_FILES
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/any_lite.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/any_lite.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/any_lite.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/arena.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/arena.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/arena.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/extension_set.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/extension_set.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/extension_set.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/generated_enum_util.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_enum_util.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_enum_util.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/generated_message_table_driven_lite.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_message_table_driven_lite.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_message_table_driven_lite.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/generated_message_util.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_message_util.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/generated_message_util.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/implicit_weak_message.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/implicit_weak_message.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/implicit_weak_message.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/coded_stream.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/coded_stream.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/coded_stream.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/io_win32.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/io_win32.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/io_win32.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/strtod.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/strtod.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/strtod.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/zero_copy_stream.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl_lite.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/message_lite.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/message_lite.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/message_lite.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/parse_context.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/parse_context.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/parse_context.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/repeated_field.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/repeated_field.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/repeated_field.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/bytestream.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/bytestream.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/bytestream.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/common.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/common.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/common.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/int128.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/int128.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/int128.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/status.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/status.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/status.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/statusor.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/statusor.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/statusor.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/stringpiece.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/stringpiece.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/stringpiece.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/stringprintf.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/stringprintf.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/stringprintf.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/structurally_valid.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/structurally_valid.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/structurally_valid.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/strutil.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/strutil.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/strutil.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/stubs/time.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/time.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/stubs/time.cc.o.d"
"/Users/wanganyang/git_base/milvus/cmake_build/thirdparty/protobuf/protobuf-src/src/google/protobuf/wire_format_lite.cc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/wire_format_lite.cc.o" "gcc" "thirdparty/protobuf/protobuf-build/CMakeFiles/libprotobuf-lite.dir/__/protobuf-src/src/google/protobuf/wire_format_lite.cc.o.d"
)

# Targets to which this target links.
set(CMAKE_TARGET_LINKED_INFO_FILES
)

# Fortran module output directory.
set(CMAKE_Fortran_TARGET_MODULE_DIR "")
Loading

0 comments on commit 7d05dbc

Please sign in to comment.