diff options
Diffstat (limited to 'third-party/googletest/build/googlemock/gtest')
37 files changed, 1990 insertions, 0 deletions
diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake new file mode 100644 index 0000000..e65838c --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/CMakeDirectoryInformation.cmake @@ -0,0 +1,16 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Relative path conversion top directories. +set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/zhang/桌面/googletest-release-1.8.1") +set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/zhang/桌面/googletest-release-1.8.1/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}) diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake new file mode 100644 index 0000000..383841e --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake @@ -0,0 +1,53 @@ +#---------------------------------------------------------------- +# Generated CMake target import file. +#---------------------------------------------------------------- + +# Commands may need to know the format version. +set(CMAKE_IMPORT_FILE_VERSION 1) + +# Import target "GTest::gtest" for configuration "" +set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gtest PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest "${_IMPORT_PREFIX}/lib/libgtest.a" ) + +# Import target "GTest::gtest_main" for configuration "" +set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gtest_main PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gtest" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgtest_main.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gtest_main ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gtest_main "${_IMPORT_PREFIX}/lib/libgtest_main.a" ) + +# Import target "GTest::gmock" for configuration "" +set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gmock PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gtest" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock "${_IMPORT_PREFIX}/lib/libgmock.a" ) + +# Import target "GTest::gmock_main" for configuration "" +set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) +set_target_properties(GTest::gmock_main PROPERTIES + IMPORTED_LINK_INTERFACE_LANGUAGES_NOCONFIG "CXX" + IMPORTED_LINK_INTERFACE_LIBRARIES_NOCONFIG "Threads::Threads;GTest::gmock" + IMPORTED_LOCATION_NOCONFIG "${_IMPORT_PREFIX}/lib/libgmock_main.a" + ) + +list(APPEND _IMPORT_CHECK_TARGETS GTest::gmock_main ) +list(APPEND _IMPORT_CHECK_FILES_FOR_GTest::gmock_main "${_IMPORT_PREFIX}/lib/libgmock_main.a" ) + +# Commands beyond this point should not need to know the version. +set(CMAKE_IMPORT_FILE_VERSION) diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake new file mode 100644 index 0000000..b5e3330 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake @@ -0,0 +1,119 @@ +# Generated by CMake + +if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.5) + message(FATAL_ERROR "CMake >= 2.6.0 required") +endif() +cmake_policy(PUSH) +cmake_policy(VERSION 2.6) +#---------------------------------------------------------------- +# 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 GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main) + 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 GTest::gtest +add_library(GTest::gtest STATIC IMPORTED) + +set_target_properties(GTest::gtest PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gtest_main +add_library(GTest::gtest_main STATIC IMPORTED) + +set_target_properties(GTest::gtest_main PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gmock +add_library(GTest::gmock STATIC IMPORTED) + +set_target_properties(GTest::gmock PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Create imported target GTest::gmock_main +add_library(GTest::gmock_main STATIC IMPORTED) + +set_target_properties(GTest::gmock_main PROPERTIES + INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" + INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include" +) + +# Load information for each installed configuration. +get_filename_component(_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) +file(GLOB CONFIG_FILES "${_DIR}/GTestTargets-*.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) diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/CXX.includecache b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/CXX.includecache new file mode 100644 index 0000000..9b15d5c --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/CXX.includecache @@ -0,0 +1,594 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +../googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +../googletest/include/gtest/gtest-message.h +limits +- +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h + +../googletest/include/gtest/gtest-param-test.h +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +utility +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +../googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-param-util-generated.h +../googletest/include/gtest/gtest/internal/gtest-param-util-generated.h + +../googletest/include/gtest/gtest-printers.h +ostream +- +sstream +- +string +- +utility +- +vector +- +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +tuple +- +absl/strings/string_view.h +../googletest/include/gtest/absl/strings/string_view.h +absl/types/optional.h +../googletest/include/gtest/absl/types/optional.h +absl/types/variant.h +../googletest/include/gtest/absl/types/variant.h +gtest/internal/custom/gtest-printers.h +../googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +../googletest/include/gtest/gtest-spi.h +gtest/gtest.h +../googletest/include/gtest/gtest/gtest.h + +../googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +../googletest/include/gtest/gtest/internal/gtest-string.h + +../googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +../googletest/include/gtest/gtest/internal/gtest-type-util.h + +../googletest/include/gtest/gtest.h +limits +- +ostream +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +../googletest/include/gtest/gtest/internal/gtest-string.h +gtest/gtest-death-test.h +../googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-message.h +../googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +../googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +../googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest_prod.h +../googletest/include/gtest/gtest/gtest_prod.h +gtest/gtest-test-part.h +../googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +../googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +../googletest/include/gtest/gtest/gtest_pred_impl.h + +../googletest/include/gtest/gtest_pred_impl.h +gtest/gtest.h +../googletest/include/gtest/gtest/gtest.h + +../googletest/include/gtest/gtest_prod.h + +../googletest/include/gtest/internal/custom/gtest-port.h + +../googletest/include/gtest/internal/custom/gtest-printers.h + +../googletest/include/gtest/internal/custom/gtest.h + +../googletest/include/gtest/internal/gtest-death-test-internal.h +gtest/internal/gtest-internal.h +../googletest/include/gtest/internal/gtest/internal/gtest-internal.h +stdio.h +- + +../googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +../googletest/include/gtest/internal/gtest/internal/gtest-string.h + +../googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +iomanip +- +limits +- +map +- +set +- +string +- +vector +- +gtest/gtest-message.h +../googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +../googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +../googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +../googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +../googletest/include/gtest/internal/gtest-linked_ptr.h +stdlib.h +- +assert.h +- +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-param-util-generated.h +gtest/internal/gtest-param-util.h +../googletest/include/gtest/internal/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +iterator +- +set +- +utility +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-linked_ptr.h +../googletest/include/gtest/internal/gtest/internal/gtest-linked_ptr.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +gtest/gtest-printers.h +../googletest/include/gtest/internal/gtest/gtest-printers.h + +../googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- + +../googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdlib.h +- +stdio.h +- +string.h +- +sys/types.h +- +sys/stat.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +string +- +algorithm +- +iostream +- +sstream +- +utility +- +vector +- +gtest/internal/gtest-port-arch.h +../googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +gtest/internal/custom/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +android/api-level.h +- +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +tuple +- +gtest/internal/gtest-tuple.h +../googletest/include/gtest/internal/gtest/internal/gtest-tuple.h +tuple +- +tr1/tuple +- +tr1/tuple +- +tuple +- +tr1/tuple +- + +../googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +string +- +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-tuple.h +utility +- + +../googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + +../googletest/src/gtest-death-test.cc +gtest/gtest-death-test.h +../googletest/src/gtest/gtest-death-test.h +gtest/internal/gtest-port.h +../googletest/src/gtest/internal/gtest-port.h +gtest/internal/custom/gtest.h +../googletest/src/gtest/internal/custom/gtest.h +crt_externs.h +- +errno.h +- +fcntl.h +- +limits.h +- +signal.h +- +stdarg.h +- +windows.h +- +sys/mman.h +- +sys/wait.h +- +spawn.h +- +lib/fdio/io.h +- +lib/fdio/spawn.h +- +zircon/processargs.h +- +zircon/syscalls.h +- +zircon/syscalls/port.h +- +gtest/gtest-message.h +../googletest/src/gtest/gtest-message.h +gtest/internal/gtest-string.h +../googletest/src/gtest/internal/gtest-string.h +src/gtest-internal-inl.h +../googletest/src/src/gtest-internal-inl.h + +../googletest/src/gtest-filepath.cc +gtest/internal/gtest-filepath.h +../googletest/src/gtest/internal/gtest-filepath.h +stdlib.h +- +gtest/internal/gtest-port.h +../googletest/src/gtest/internal/gtest-port.h +gtest/gtest-message.h +../googletest/src/gtest/gtest-message.h +windows.h +- +direct.h +- +io.h +- +sys/syslimits.h +- +limits.h +- +climits +- +gtest/internal/gtest-string.h +../googletest/src/gtest/internal/gtest-string.h + +../googletest/src/gtest-internal-inl.h +errno.h +- +stddef.h +- +stdlib.h +- +string.h +- +algorithm +- +string +- +vector +- +gtest/internal/gtest-port.h +../googletest/src/gtest/internal/gtest-port.h +arpa/inet.h +- +netdb.h +- +windows.h +- +gtest/gtest.h +../googletest/src/gtest/gtest.h +gtest/gtest-spi.h +../googletest/src/gtest/gtest-spi.h + +../googletest/src/gtest-port.cc +gtest/internal/gtest-port.h +../googletest/src/gtest/internal/gtest-port.h +limits.h +- +stdlib.h +- +stdio.h +- +string.h +- +fstream +- +windows.h +- +io.h +- +sys/stat.h +- +map +- +unistd.h +- +mach/mach_init.h +- +mach/task.h +- +mach/vm_map.h +- +devctl.h +- +fcntl.h +- +sys/procfs.h +- +procinfo.h +- +sys/types.h +- +zircon/process.h +- +zircon/syscalls.h +- +gtest/gtest-spi.h +../googletest/src/gtest/gtest-spi.h +gtest/gtest-message.h +../googletest/src/gtest/gtest-message.h +gtest/internal/gtest-internal.h +../googletest/src/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +../googletest/src/gtest/internal/gtest-string.h +src/gtest-internal-inl.h +../googletest/src/src/gtest-internal-inl.h + +../googletest/src/gtest-printers.cc +gtest/gtest-printers.h +../googletest/src/gtest/gtest-printers.h +stdio.h +- +cctype +- +cwchar +- +ostream +- +string +- +gtest/internal/gtest-port.h +../googletest/src/gtest/internal/gtest-port.h +src/gtest-internal-inl.h +../googletest/src/src/gtest-internal-inl.h + +../googletest/src/gtest-test-part.cc +gtest/gtest-test-part.h +../googletest/src/gtest/gtest-test-part.h +src/gtest-internal-inl.h +../googletest/src/src/gtest-internal-inl.h + +../googletest/src/gtest-typed-test.cc +gtest/gtest-typed-test.h +../googletest/src/gtest/gtest-typed-test.h +gtest/gtest.h +../googletest/src/gtest/gtest.h + +../googletest/src/gtest.cc +gtest/gtest.h +../googletest/src/gtest/gtest.h +gtest/internal/custom/gtest.h +../googletest/src/gtest/internal/custom/gtest.h +gtest/gtest-spi.h +../googletest/src/gtest/gtest-spi.h +ctype.h +- +math.h +- +stdarg.h +- +stdio.h +- +stdlib.h +- +time.h +- +wchar.h +- +wctype.h +- +algorithm +- +iomanip +- +limits +- +list +- +map +- +ostream +- +sstream +- +vector +- +fcntl.h +- +limits.h +- +sched.h +- +strings.h +- +sys/mman.h +- +sys/time.h +- +unistd.h +- +string +- +sys/time.h +- +sys/time.h +- +strings.h +- +windows.h +- +io.h +- +sys/timeb.h +- +sys/types.h +- +sys/stat.h +- +sys/time.h +- +windows.h +- +sys/time.h +- +unistd.h +- +stdexcept +- +arpa/inet.h +- +netdb.h +- +sys/socket.h +- +sys/types.h +- +src/gtest-internal-inl.h +../googletest/src/src/gtest-internal-inl.h +crt_externs.h +- +absl/debugging/failure_signal_handler.h +../googletest/src/absl/debugging/failure_signal_handler.h +absl/debugging/stacktrace.h +../googletest/src/absl/debugging/stacktrace.h +absl/debugging/symbolize.h +../googletest/src/absl/debugging/symbolize.h +absl/strings/str_cat.h +../googletest/src/absl/strings/str_cat.h + +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc +gtest/gtest.h +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest/gtest.h +src/gtest.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest.cc +src/gtest-death-test.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-death-test.cc +src/gtest-filepath.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-filepath.cc +src/gtest-port.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-port.cc +src/gtest-printers.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-printers.cc +src/gtest-test-part.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-test-part.cc +src/gtest-typed-test.cc +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/src/gtest-typed-test.cc + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake new file mode 100644 index 0000000..2268a1a --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake @@ -0,0 +1,22 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc" "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "../googletest/include" + "../googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/build.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/build.make new file mode 100644 index 0000000..4d082b9 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zhang/桌面/googletest-release-1.8.1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zhang/桌面/googletest-release-1.8.1/build + +# Include any dependencies generated for this target. +include googlemock/gtest/CMakeFiles/gtest.dir/depend.make + +# Include the progress variables for this target. +include googlemock/gtest/CMakeFiles/gtest.dir/progress.make + +# Include the compile flags for this target's objects. +include googlemock/gtest/CMakeFiles/gtest.dir/flags.make + +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: googlemock/gtest/CMakeFiles/gtest.dir/flags.make +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-all.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc + +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest.dir/src/gtest-all.cc.i" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc > CMakeFiles/gtest.dir/src/gtest-all.cc.i + +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest.dir/src/gtest-all.cc.s" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc -o CMakeFiles/gtest.dir/src/gtest-all.cc.s + +# Object files for target gtest +gtest_OBJECTS = \ +"CMakeFiles/gtest.dir/src/gtest-all.cc.o" + +# External object files for target gtest +gtest_EXTERNAL_OBJECTS = + +googlemock/gtest/libgtest.a: googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +googlemock/gtest/libgtest.a: googlemock/gtest/CMakeFiles/gtest.dir/build.make +googlemock/gtest/libgtest.a: googlemock/gtest/CMakeFiles/gtest.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libgtest.a" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean_target.cmake + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +googlemock/gtest/CMakeFiles/gtest.dir/build: googlemock/gtest/libgtest.a + +.PHONY : googlemock/gtest/CMakeFiles/gtest.dir/build + +googlemock/gtest/CMakeFiles/gtest.dir/clean: + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest.dir/cmake_clean.cmake +.PHONY : googlemock/gtest/CMakeFiles/gtest.dir/clean + +googlemock/gtest/CMakeFiles/gtest.dir/depend: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zhang/桌面/googletest-release-1.8.1 /home/zhang/桌面/googletest-release-1.8.1/googletest /home/zhang/桌面/googletest-release-1.8.1/build /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : googlemock/gtest/CMakeFiles/gtest.dir/depend + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake new file mode 100644 index 0000000..f62a4f8 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/gtest.dir/src/gtest-all.cc.o" + "libgtest.a" + "libgtest.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..0668ce3 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libgtest.a" +) diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.internal b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.internal new file mode 100644 index 0000000..a947bfd --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.internal @@ -0,0 +1,37 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o + ../googletest/include/gtest/gtest-death-test.h + ../googletest/include/gtest/gtest-message.h + ../googletest/include/gtest/gtest-param-test.h + ../googletest/include/gtest/gtest-printers.h + ../googletest/include/gtest/gtest-spi.h + ../googletest/include/gtest/gtest-test-part.h + ../googletest/include/gtest/gtest-typed-test.h + ../googletest/include/gtest/gtest.h + ../googletest/include/gtest/gtest_pred_impl.h + ../googletest/include/gtest/gtest_prod.h + ../googletest/include/gtest/internal/custom/gtest-port.h + ../googletest/include/gtest/internal/custom/gtest-printers.h + ../googletest/include/gtest/internal/custom/gtest.h + ../googletest/include/gtest/internal/gtest-death-test-internal.h + ../googletest/include/gtest/internal/gtest-filepath.h + ../googletest/include/gtest/internal/gtest-internal.h + ../googletest/include/gtest/internal/gtest-linked_ptr.h + ../googletest/include/gtest/internal/gtest-param-util-generated.h + ../googletest/include/gtest/internal/gtest-param-util.h + ../googletest/include/gtest/internal/gtest-port-arch.h + ../googletest/include/gtest/internal/gtest-port.h + ../googletest/include/gtest/internal/gtest-string.h + ../googletest/include/gtest/internal/gtest-tuple.h + ../googletest/include/gtest/internal/gtest-type-util.h + ../googletest/src/gtest-death-test.cc + ../googletest/src/gtest-filepath.cc + ../googletest/src/gtest-internal-inl.h + ../googletest/src/gtest-port.cc + ../googletest/src/gtest-printers.cc + ../googletest/src/gtest-test-part.cc + ../googletest/src/gtest-typed-test.cc + ../googletest/src/gtest.cc + /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest-all.cc diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.make new file mode 100644 index 0000000..bb67a41 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/depend.make @@ -0,0 +1,37 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-death-test.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-message.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-param-test.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-printers.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-spi.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-test-part.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest-typed-test.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest_pred_impl.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/gtest_prod.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/custom/gtest-port.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/custom/gtest-printers.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/custom/gtest.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-death-test-internal.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-filepath.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-internal.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-linked_ptr.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-param-util-generated.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-param-util.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-port-arch.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-port.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-string.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-tuple.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/include/gtest/internal/gtest-type-util.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-death-test.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-filepath.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-internal-inl.h +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-port.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-printers.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-test-part.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-typed-test.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest.cc +googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o: ../googletest/src/gtest-all.cc + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make new file mode 100644 index 0000000..5292d1a --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -pthread + +CXX_DEFINES = + +CXX_INCLUDES = -I/home/zhang/桌面/googletest-release-1.8.1/googletest/include -I/home/zhang/桌面/googletest-release-1.8.1/googletest + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/link.txt b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/link.txt new file mode 100644 index 0000000..29f1bb7 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libgtest.a CMakeFiles/gtest.dir/src/gtest-all.cc.o +/usr/bin/ranlib libgtest.a diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/progress.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/progress.make new file mode 100644 index 0000000..3a86673 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 5 +CMAKE_PROGRESS_2 = 6 + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o Binary files differnew file mode 100644 index 0000000..ba90a4b --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/CXX.includecache b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/CXX.includecache new file mode 100644 index 0000000..bbbe635 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/CXX.includecache @@ -0,0 +1,294 @@ +#IncludeRegexLine: ^[ ]*[#%][ ]*(include|import)[ ]*[<"]([^">]+)([">]) + +#IncludeRegexScan: ^.*$ + +#IncludeRegexComplain: ^$ + +#IncludeRegexTransform: + +../googletest/include/gtest/gtest-death-test.h +gtest/internal/gtest-death-test-internal.h +../googletest/include/gtest/gtest/internal/gtest-death-test-internal.h + +../googletest/include/gtest/gtest-message.h +limits +- +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h + +../googletest/include/gtest/gtest-param-test.h +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +utility +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-param-util.h +../googletest/include/gtest/gtest/internal/gtest-param-util.h +gtest/internal/gtest-param-util-generated.h +../googletest/include/gtest/gtest/internal/gtest-param-util-generated.h + +../googletest/include/gtest/gtest-printers.h +ostream +- +sstream +- +string +- +utility +- +vector +- +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +tuple +- +absl/strings/string_view.h +../googletest/include/gtest/absl/strings/string_view.h +absl/types/optional.h +../googletest/include/gtest/absl/types/optional.h +absl/types/variant.h +../googletest/include/gtest/absl/types/variant.h +gtest/internal/custom/gtest-printers.h +../googletest/include/gtest/gtest/internal/custom/gtest-printers.h + +../googletest/include/gtest/gtest-test-part.h +iosfwd +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +../googletest/include/gtest/gtest/internal/gtest-string.h + +../googletest/include/gtest/gtest-typed-test.h +gtest/internal/gtest-port.h +../googletest/include/gtest/gtest/internal/gtest-port.h +gtest/internal/gtest-type-util.h +../googletest/include/gtest/gtest/internal/gtest-type-util.h + +../googletest/include/gtest/gtest.h +limits +- +ostream +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/gtest/internal/gtest-internal.h +gtest/internal/gtest-string.h +../googletest/include/gtest/gtest/internal/gtest-string.h +gtest/gtest-death-test.h +../googletest/include/gtest/gtest/gtest-death-test.h +gtest/gtest-message.h +../googletest/include/gtest/gtest/gtest-message.h +gtest/gtest-param-test.h +../googletest/include/gtest/gtest/gtest-param-test.h +gtest/gtest-printers.h +../googletest/include/gtest/gtest/gtest-printers.h +gtest/gtest_prod.h +../googletest/include/gtest/gtest/gtest_prod.h +gtest/gtest-test-part.h +../googletest/include/gtest/gtest/gtest-test-part.h +gtest/gtest-typed-test.h +../googletest/include/gtest/gtest/gtest-typed-test.h +gtest/gtest_pred_impl.h +../googletest/include/gtest/gtest/gtest_pred_impl.h + +../googletest/include/gtest/gtest_pred_impl.h +gtest/gtest.h +../googletest/include/gtest/gtest/gtest.h + +../googletest/include/gtest/gtest_prod.h + +../googletest/include/gtest/internal/custom/gtest-port.h + +../googletest/include/gtest/internal/custom/gtest-printers.h + +../googletest/include/gtest/internal/gtest-death-test-internal.h +gtest/internal/gtest-internal.h +../googletest/include/gtest/internal/gtest/internal/gtest-internal.h +stdio.h +- + +../googletest/include/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +../googletest/include/gtest/internal/gtest/internal/gtest-string.h + +../googletest/include/gtest/internal/gtest-internal.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +stdlib.h +- +sys/types.h +- +sys/wait.h +- +unistd.h +- +stdexcept +- +ctype.h +- +float.h +- +string.h +- +iomanip +- +limits +- +map +- +set +- +string +- +vector +- +gtest/gtest-message.h +../googletest/include/gtest/internal/gtest/gtest-message.h +gtest/internal/gtest-filepath.h +../googletest/include/gtest/internal/gtest/internal/gtest-filepath.h +gtest/internal/gtest-string.h +../googletest/include/gtest/internal/gtest/internal/gtest-string.h +gtest/internal/gtest-type-util.h +../googletest/include/gtest/internal/gtest/internal/gtest-type-util.h + +../googletest/include/gtest/internal/gtest-linked_ptr.h +stdlib.h +- +assert.h +- +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-param-util-generated.h +gtest/internal/gtest-param-util.h +../googletest/include/gtest/internal/gtest/internal/gtest-param-util.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-param-util.h +ctype.h +- +iterator +- +set +- +utility +- +vector +- +gtest/internal/gtest-internal.h +../googletest/include/gtest/internal/gtest/internal/gtest-internal.h +gtest/internal/gtest-linked_ptr.h +../googletest/include/gtest/internal/gtest/internal/gtest-linked_ptr.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +gtest/gtest-printers.h +../googletest/include/gtest/internal/gtest/gtest-printers.h + +../googletest/include/gtest/internal/gtest-port-arch.h +winapifamily.h +- + +../googletest/include/gtest/internal/gtest-port.h +ctype.h +- +stddef.h +- +stdlib.h +- +stdio.h +- +string.h +- +sys/types.h +- +sys/stat.h +- +AvailabilityMacros.h +- +TargetConditionals.h +- +string +- +algorithm +- +iostream +- +sstream +- +utility +- +vector +- +gtest/internal/gtest-port-arch.h +../googletest/include/gtest/internal/gtest/internal/gtest-port-arch.h +gtest/internal/custom/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/custom/gtest-port.h +direct.h +- +io.h +- +unistd.h +- +strings.h +- +android/api-level.h +- +regex.h +- +typeinfo +- +pthread.h +- +time.h +- +tuple +- +gtest/internal/gtest-tuple.h +../googletest/include/gtest/internal/gtest/internal/gtest-tuple.h +tuple +- +tr1/tuple +- +tr1/tuple +- +tuple +- +tr1/tuple +- + +../googletest/include/gtest/internal/gtest-string.h +mem.h +- +string.h +- +string +- +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h + +../googletest/include/gtest/internal/gtest-tuple.h +utility +- + +../googletest/include/gtest/internal/gtest-type-util.h +gtest/internal/gtest-port.h +../googletest/include/gtest/internal/gtest/internal/gtest-port.h +cxxabi.h +- +acxx_demangle.h +- + +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc +stdio.h +- +gtest/gtest.h +/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest/gtest.h + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake new file mode 100644 index 0000000..0b75a51 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake @@ -0,0 +1,23 @@ +# The set of languages for which implicit dependencies are needed: +set(CMAKE_DEPENDS_LANGUAGES + "CXX" + ) +# The set of files for implicit dependencies of each language: +set(CMAKE_DEPENDS_CHECK_CXX + "/home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc" "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + ) +set(CMAKE_CXX_COMPILER_ID "GNU") + +# The include file search paths: +set(CMAKE_CXX_TARGET_INCLUDE_PATH + "../googletest/include" + "../googletest" + ) + +# Targets to which this target links. +set(CMAKE_TARGET_LINKED_INFO_FILES + "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/gtest.dir/DependInfo.cmake" + ) + +# Fortran module output directory. +set(CMAKE_Fortran_TARGET_MODULE_DIR "") diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make new file mode 100644 index 0000000..a258746 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/build.make @@ -0,0 +1,99 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Delete rule output on recipe failure. +.DELETE_ON_ERROR: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zhang/桌面/googletest-release-1.8.1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zhang/桌面/googletest-release-1.8.1/build + +# Include any dependencies generated for this target. +include googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make + +# Include the progress variables for this target. +include googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make + +# Include the compile flags for this target's objects. +include googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make + +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/src/gtest_main.cc + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc + +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/gtest_main.dir/src/gtest_main.cc.i" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc > CMakeFiles/gtest_main.dir/src/gtest_main.cc.i + +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s: cmake_force + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/gtest_main.dir/src/gtest_main.cc.s" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc -o CMakeFiles/gtest_main.dir/src/gtest_main.cc.s + +# Object files for target gtest_main +gtest_main_OBJECTS = \ +"CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + +# External object files for target gtest_main +gtest_main_EXTERNAL_OBJECTS = + +googlemock/gtest/libgtest_main.a: googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +googlemock/gtest/libgtest_main.a: googlemock/gtest/CMakeFiles/gtest_main.dir/build.make +googlemock/gtest/libgtest_main.a: googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library libgtest_main.a" + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt --verbose=$(VERBOSE) + +# Rule to build all files generated by this target. +googlemock/gtest/CMakeFiles/gtest_main.dir/build: googlemock/gtest/libgtest_main.a + +.PHONY : googlemock/gtest/CMakeFiles/gtest_main.dir/build + +googlemock/gtest/CMakeFiles/gtest_main.dir/clean: + cd /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest && $(CMAKE_COMMAND) -P CMakeFiles/gtest_main.dir/cmake_clean.cmake +.PHONY : googlemock/gtest/CMakeFiles/gtest_main.dir/clean + +googlemock/gtest/CMakeFiles/gtest_main.dir/depend: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/zhang/桌面/googletest-release-1.8.1 /home/zhang/桌面/googletest-release-1.8.1/googletest /home/zhang/桌面/googletest-release-1.8.1/build /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/gtest_main.dir/DependInfo.cmake --color=$(COLOR) +.PHONY : googlemock/gtest/CMakeFiles/gtest_main.dir/depend + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake new file mode 100644 index 0000000..7e50982 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean.cmake @@ -0,0 +1,10 @@ +file(REMOVE_RECURSE + "CMakeFiles/gtest_main.dir/src/gtest_main.cc.o" + "libgtest_main.a" + "libgtest_main.pdb" +) + +# Per-language clean rules from dependency scanning. +foreach(lang CXX) + include(CMakeFiles/gtest_main.dir/cmake_clean_${lang}.cmake OPTIONAL) +endforeach() diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake new file mode 100644 index 0000000..0114a46 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/cmake_clean_target.cmake @@ -0,0 +1,3 @@ +file(REMOVE_RECURSE + "libgtest_main.a" +) diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.internal b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.internal new file mode 100644 index 0000000..cf6fec0 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.internal @@ -0,0 +1,27 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o + ../googletest/include/gtest/gtest-death-test.h + ../googletest/include/gtest/gtest-message.h + ../googletest/include/gtest/gtest-param-test.h + ../googletest/include/gtest/gtest-printers.h + ../googletest/include/gtest/gtest-test-part.h + ../googletest/include/gtest/gtest-typed-test.h + ../googletest/include/gtest/gtest.h + ../googletest/include/gtest/gtest_pred_impl.h + ../googletest/include/gtest/gtest_prod.h + ../googletest/include/gtest/internal/custom/gtest-port.h + ../googletest/include/gtest/internal/custom/gtest-printers.h + ../googletest/include/gtest/internal/gtest-death-test-internal.h + ../googletest/include/gtest/internal/gtest-filepath.h + ../googletest/include/gtest/internal/gtest-internal.h + ../googletest/include/gtest/internal/gtest-linked_ptr.h + ../googletest/include/gtest/internal/gtest-param-util-generated.h + ../googletest/include/gtest/internal/gtest-param-util.h + ../googletest/include/gtest/internal/gtest-port-arch.h + ../googletest/include/gtest/internal/gtest-port.h + ../googletest/include/gtest/internal/gtest-string.h + ../googletest/include/gtest/internal/gtest-tuple.h + ../googletest/include/gtest/internal/gtest-type-util.h + /home/zhang/桌面/googletest-release-1.8.1/googletest/src/gtest_main.cc diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make new file mode 100644 index 0000000..5ce675b --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/depend.make @@ -0,0 +1,27 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-death-test.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-message.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-param-test.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-printers.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-test-part.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest-typed-test.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest_pred_impl.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/gtest_prod.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/custom/gtest-port.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/custom/gtest-printers.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-death-test-internal.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-filepath.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-internal.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-linked_ptr.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-param-util-generated.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-param-util.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-port-arch.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-port.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-string.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-tuple.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/include/gtest/internal/gtest-type-util.h +googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o: ../googletest/src/gtest_main.cc + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make new file mode 100644 index 0000000..d624ab2 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/flags.make @@ -0,0 +1,10 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# compile CXX with /usr/bin/c++ +CXX_FLAGS = -Wall -Wshadow -Werror -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -pthread + +CXX_DEFINES = + +CXX_INCLUDES = -isystem /home/zhang/桌面/googletest-release-1.8.1/googletest/include -isystem /home/zhang/桌面/googletest-release-1.8.1/googletest + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt new file mode 100644 index 0000000..ffacfcb --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/link.txt @@ -0,0 +1,2 @@ +/usr/bin/ar qc libgtest_main.a CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +/usr/bin/ranlib libgtest_main.a diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make new file mode 100644 index 0000000..72bb7dd --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/progress.make @@ -0,0 +1,3 @@ +CMAKE_PROGRESS_1 = 7 +CMAKE_PROGRESS_2 = 8 + diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o Binary files differnew file mode 100644 index 0000000..e706118 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o diff --git a/third-party/googletest/build/googlemock/gtest/CMakeFiles/progress.marks b/third-party/googletest/build/googlemock/gtest/CMakeFiles/progress.marks new file mode 100644 index 0000000..b8626c4 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CMakeFiles/progress.marks @@ -0,0 +1 @@ +4 diff --git a/third-party/googletest/build/googlemock/gtest/CTestTestfile.cmake b/third-party/googletest/build/googlemock/gtest/CTestTestfile.cmake new file mode 100644 index 0000000..9d73174 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/CTestTestfile.cmake @@ -0,0 +1,6 @@ +# CMake generated Testfile for +# Source directory: /home/zhang/桌面/googletest-release-1.8.1/googletest +# Build directory: /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest +# +# This file includes the relevant testing commands required for +# testing this directory and lists subdirectories to be tested as well. diff --git a/third-party/googletest/build/googlemock/gtest/Makefile b/third-party/googletest/build/googlemock/gtest/Makefile new file mode 100644 index 0000000..26e1026 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/Makefile @@ -0,0 +1,288 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Unix Makefiles" Generator, CMake Version 3.16 + +# Default target executed when no arguments are given to make. +default_target: all + +.PHONY : default_target + +# Allow only one "make -f Makefile2" at a time, but pass parallelism. +.NOTPARALLEL: + + +#============================================================================= +# Special targets provided by cmake. + +# Disable implicit rules so canonical targets will work. +.SUFFIXES: + + +# Remove some rules from gmake that .SUFFIXES does not remove. +SUFFIXES = + +.SUFFIXES: .hpux_make_needs_suffix_list + + +# Suppress display of executed commands. +$(VERBOSE).SILENT: + + +# A target that is always out of date. +cmake_force: + +.PHONY : cmake_force + +#============================================================================= +# Set environment variables for the build. + +# The shell in which to execute make rules. +SHELL = /bin/sh + +# The CMake executable. +CMAKE_COMMAND = /usr/bin/cmake + +# The command to remove a file. +RM = /usr/bin/cmake -E remove -f + +# Escaping for special characters. +EQUALS = = + +# The top-level source directory on which CMake was run. +CMAKE_SOURCE_DIR = /home/zhang/桌面/googletest-release-1.8.1 + +# The top-level build directory on which CMake was run. +CMAKE_BINARY_DIR = /home/zhang/桌面/googletest-release-1.8.1/build + +#============================================================================= +# Targets provided globally by CMake. + +# Special rule for the target install/strip +install/strip: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip + +# Special rule for the target install/strip +install/strip/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..." + /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake +.PHONY : install/strip/fast + +# Special rule for the target install/local +install/local: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local + +# Special rule for the target install/local +install/local/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..." + /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake +.PHONY : install/local/fast + +# Special rule for the target install +install: preinstall + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install + +# Special rule for the target install +install/fast: preinstall/fast + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..." + /usr/bin/cmake -P cmake_install.cmake +.PHONY : install/fast + +# Special rule for the target list_install_components +list_install_components: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\"" +.PHONY : list_install_components + +# Special rule for the target list_install_components +list_install_components/fast: list_install_components + +.PHONY : list_install_components/fast + +# Special rule for the target rebuild_cache +rebuild_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." + /usr/bin/cmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : rebuild_cache + +# Special rule for the target rebuild_cache +rebuild_cache/fast: rebuild_cache + +.PHONY : rebuild_cache/fast + +# Special rule for the target edit_cache +edit_cache: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake cache editor..." + /usr/bin/cmake-gui -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) +.PHONY : edit_cache + +# Special rule for the target edit_cache +edit_cache/fast: edit_cache + +.PHONY : edit_cache/fast + +# Special rule for the target test +test: + @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running tests..." + /usr/bin/ctest --force-new-ctest-process $(ARGS) +.PHONY : test + +# Special rule for the target test +test/fast: test + +.PHONY : test/fast + +# The main all target +all: cmake_check_build_system + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles /home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/progress.marks + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/all + $(CMAKE_COMMAND) -E cmake_progress_start /home/zhang/桌面/googletest-release-1.8.1/build/CMakeFiles 0 +.PHONY : all + +# The main clean target +clean: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/clean +.PHONY : clean + +# The main clean target +clean/fast: clean + +.PHONY : clean/fast + +# Prepare targets for installation. +preinstall: all + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/preinstall +.PHONY : preinstall + +# Prepare targets for installation. +preinstall/fast: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/preinstall +.PHONY : preinstall/fast + +# clear depends +depend: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 +.PHONY : depend + +# Convenience name for target. +googlemock/gtest/CMakeFiles/gtest_main.dir/rule: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/CMakeFiles/gtest_main.dir/rule +.PHONY : googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +# Convenience name for target. +gtest_main: googlemock/gtest/CMakeFiles/gtest_main.dir/rule + +.PHONY : gtest_main + +# fast build rule for target. +gtest_main/fast: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googlemock/gtest/CMakeFiles/gtest_main.dir/build +.PHONY : gtest_main/fast + +# Convenience name for target. +googlemock/gtest/CMakeFiles/gtest.dir/rule: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f CMakeFiles/Makefile2 googlemock/gtest/CMakeFiles/gtest.dir/rule +.PHONY : googlemock/gtest/CMakeFiles/gtest.dir/rule + +# Convenience name for target. +gtest: googlemock/gtest/CMakeFiles/gtest.dir/rule + +.PHONY : gtest + +# fast build rule for target. +gtest/fast: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest.dir/build.make googlemock/gtest/CMakeFiles/gtest.dir/build +.PHONY : gtest/fast + +src/gtest-all.o: src/gtest-all.cc.o + +.PHONY : src/gtest-all.o + +# target to build an object file +src/gtest-all.cc.o: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest.dir/build.make googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o +.PHONY : src/gtest-all.cc.o + +src/gtest-all.i: src/gtest-all.cc.i + +.PHONY : src/gtest-all.i + +# target to preprocess a source file +src/gtest-all.cc.i: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest.dir/build.make googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.i +.PHONY : src/gtest-all.cc.i + +src/gtest-all.s: src/gtest-all.cc.s + +.PHONY : src/gtest-all.s + +# target to generate assembly for a file +src/gtest-all.cc.s: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest.dir/build.make googlemock/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.s +.PHONY : src/gtest-all.cc.s + +src/gtest_main.o: src/gtest_main.cc.o + +.PHONY : src/gtest_main.o + +# target to build an object file +src/gtest_main.cc.o: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o +.PHONY : src/gtest_main.cc.o + +src/gtest_main.i: src/gtest_main.cc.i + +.PHONY : src/gtest_main.i + +# target to preprocess a source file +src/gtest_main.cc.i: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.i +.PHONY : src/gtest_main.cc.i + +src/gtest_main.s: src/gtest_main.cc.s + +.PHONY : src/gtest_main.s + +# target to generate assembly for a file +src/gtest_main.cc.s: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(MAKE) -f googlemock/gtest/CMakeFiles/gtest_main.dir/build.make googlemock/gtest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.s +.PHONY : src/gtest_main.cc.s + +# Help Target +help: + @echo "The following are some of the valid targets for this Makefile:" + @echo "... all (the default if no target is provided)" + @echo "... clean" + @echo "... depend" + @echo "... install/strip" + @echo "... install/local" + @echo "... install" + @echo "... list_install_components" + @echo "... rebuild_cache" + @echo "... edit_cache" + @echo "... test" + @echo "... gtest_main" + @echo "... gtest" + @echo "... src/gtest-all.o" + @echo "... src/gtest-all.i" + @echo "... src/gtest-all.s" + @echo "... src/gtest_main.o" + @echo "... src/gtest_main.i" + @echo "... src/gtest_main.s" +.PHONY : help + + + +#============================================================================= +# Special targets to cleanup operation of make. + +# Special rule to run CMake to check the build system integrity. +# No rule that depends on this can have commands that come from listfiles +# because they might be regenerated. +cmake_check_build_system: + cd /home/zhang/桌面/googletest-release-1.8.1/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 +.PHONY : cmake_check_build_system + diff --git a/third-party/googletest/build/googlemock/gtest/cmake_install.cmake b/third-party/googletest/build/googlemock/gtest/cmake_install.cmake new file mode 100644 index 0000000..2b85e7d --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/cmake_install.cmake @@ -0,0 +1,85 @@ +# Install script for directory: /home/zhang/桌面/googletest-release-1.8.1/googletest + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "1") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake") + file(DIFFERENT EXPORT_FILE_CHANGED FILES + "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake" + "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake") + if(EXPORT_FILE_CHANGED) + file(GLOB OLD_CONFIG_FILES "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets-*.cmake") + if(OLD_CONFIG_FILES) + message(STATUS "Old export file \"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest/GTestTargets.cmake\" will be replaced. Removing files [${OLD_CONFIG_FILES}].") + file(REMOVE ${OLD_CONFIG_FILES}) + endif() + endif() + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets.cmake") + if("${CMAKE_INSTALL_CONFIG_NAME}" MATCHES "^()$") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/CMakeFiles/Export/lib/cmake/GTest/GTestTargets-noconfig.cmake") + endif() +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/cmake/GTest" TYPE FILE FILES + "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/generated/GTestConfigVersion.cmake" + "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/generated/GTestConfig.cmake" + ) +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "/home/zhang/桌面/googletest-release-1.8.1/googletest/include/") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/libgtest.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/libgtest_main.a") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/generated/gtest.pc") +endif() + +if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT) + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "/home/zhang/桌面/googletest-release-1.8.1/build/googlemock/gtest/generated/gtest_main.pc") +endif() + diff --git a/third-party/googletest/build/googlemock/gtest/generated/GTestConfig.cmake b/third-party/googletest/build/googlemock/gtest/generated/GTestConfig.cmake new file mode 100644 index 0000000..0ee9ec8 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/GTestConfig.cmake @@ -0,0 +1,33 @@ + +####### Expanded from @PACKAGE_INIT@ by configure_package_config_file() ####### +####### Any changes to this file will be overwritten by the next CMake run #### +####### The input file was Config.cmake.in ######## + +get_filename_component(PACKAGE_PREFIX_DIR "${CMAKE_CURRENT_LIST_DIR}/../../../" ABSOLUTE) + +macro(set_and_check _var _file) + set(${_var} "${_file}") + if(NOT EXISTS "${_file}") + message(FATAL_ERROR "File or directory ${_file} referenced by variable ${_var} does not exist !") + endif() +endmacro() + +macro(check_required_components _NAME) + foreach(comp ${${_NAME}_FIND_COMPONENTS}) + if(NOT ${_NAME}_${comp}_FOUND) + if(${_NAME}_FIND_REQUIRED_${comp}) + set(${_NAME}_FOUND FALSE) + endif() + endif() + endforeach() +endmacro() + +#################################################################################### +include(CMakeFindDependencyMacro) +if (ON) + set(THREADS_PREFER_PTHREAD_FLAG ON) + find_dependency(Threads) +endif() + +include("${CMAKE_CURRENT_LIST_DIR}/GTestTargets.cmake") +check_required_components("") diff --git a/third-party/googletest/build/googlemock/gtest/generated/GTestConfigVersion.cmake b/third-party/googletest/build/googlemock/gtest/generated/GTestConfigVersion.cmake new file mode 100644 index 0000000..b12397d --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/GTestConfigVersion.cmake @@ -0,0 +1,37 @@ +# This is a basic version file for the Config-mode of find_package(). +# It is used by write_basic_package_version_file() as input file for configure_file() +# to create a version-file which can be installed along a config.cmake file. +# +# The created file sets PACKAGE_VERSION_EXACT if the current version string and +# the requested version string are exactly the same and it sets +# PACKAGE_VERSION_COMPATIBLE if the current version is >= requested version. +# The variable CVF_VERSION must be set before calling configure_file(). + +set(PACKAGE_VERSION "1.9.0") + +if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION) + set(PACKAGE_VERSION_COMPATIBLE FALSE) +else() + set(PACKAGE_VERSION_COMPATIBLE TRUE) + if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION) + set(PACKAGE_VERSION_EXACT TRUE) + endif() +endif() + + +# if the installed project requested no architecture check, don't perform the check +if("FALSE") + return() +endif() + +# if the installed or the using project don't have CMAKE_SIZEOF_VOID_P set, ignore it: +if("${CMAKE_SIZEOF_VOID_P}" STREQUAL "" OR "8" STREQUAL "") + return() +endif() + +# check that the installed version has the same 32/64bit-ness as the one which is currently searching: +if(NOT CMAKE_SIZEOF_VOID_P STREQUAL "8") + math(EXPR installedBits "8 * 8") + set(PACKAGE_VERSION "${PACKAGE_VERSION} (${installedBits}bit)") + set(PACKAGE_VERSION_UNSUITABLE TRUE) +endif() diff --git a/third-party/googletest/build/googlemock/gtest/generated/gmock.pc b/third-party/googletest/build/googlemock/gtest/generated/gmock.pc new file mode 100644 index 0000000..d4242cf --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/gmock.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gmock +Description: GoogleMock (without main() function) +Version: 1.9.0 +URL: https://github.com/google/googletest +Libs: -L${libdir} -lgmock -pthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread diff --git a/third-party/googletest/build/googlemock/gtest/generated/gmock_main.pc b/third-party/googletest/build/googlemock/gtest/generated/gmock_main.pc new file mode 100644 index 0000000..2da4fbc --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/gmock_main.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gmock_main +Description: GoogleMock (with main() function) +Version: 1.9.0 +URL: https://github.com/google/googletest +Libs: -L${libdir} -lgmock_main -pthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread diff --git a/third-party/googletest/build/googlemock/gtest/generated/gtest.pc b/third-party/googletest/build/googlemock/gtest/generated/gtest.pc new file mode 100644 index 0000000..a9931b8 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/gtest.pc @@ -0,0 +1,9 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gtest +Description: GoogleTest (without main() function) +Version: 1.9.0 +URL: https://github.com/google/googletest +Libs: -L${libdir} -lgtest -pthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread diff --git a/third-party/googletest/build/googlemock/gtest/generated/gtest_main.pc b/third-party/googletest/build/googlemock/gtest/generated/gtest_main.pc new file mode 100644 index 0000000..57948c7 --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/generated/gtest_main.pc @@ -0,0 +1,10 @@ +libdir=/usr/local/lib +includedir=/usr/local/include + +Name: gtest_main +Description: GoogleTest (with main() function) +Version: 1.9.0 +URL: https://github.com/google/googletest +Requires: gtest +Libs: -L${libdir} -lgtest_main -pthread +Cflags: -I${includedir} -DGTEST_HAS_PTHREAD=1 -pthread diff --git a/third-party/googletest/build/googlemock/gtest/libgtest.a b/third-party/googletest/build/googlemock/gtest/libgtest.a Binary files differnew file mode 100644 index 0000000..832f4fe --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/libgtest.a diff --git a/third-party/googletest/build/googlemock/gtest/libgtest_main.a b/third-party/googletest/build/googlemock/gtest/libgtest_main.a Binary files differnew file mode 100644 index 0000000..897547e --- /dev/null +++ b/third-party/googletest/build/googlemock/gtest/libgtest_main.a |
