Skip to content

Commit 754fb31

Browse files
committed
update name variable for clear code
1 parent 74ff614 commit 754fb31

456 files changed

Lines changed: 114375 additions & 28100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CMake generated Testfile for
2+
# Source directory: D:/gitnext/Chained Decos/.deps/googletest-src
3+
# Build directory: D:/gitnext/Chained Decos/.deps/googletest-build
4+
#
5+
# This file includes the relevant testing commands required for
6+
# testing this directory and lists subdirectories to be tested as well.
7+
subdirs("googlemock")

cmake-build-Debug/src/Engine/CommandLineHandler/cmake_install.cmake renamed to .deps/googletest-build/cmake_install.cmake

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Install script for directory: D:/gitnext/Chained Decos/src/Engine/CommandLineHandler
1+
# Install script for directory: D:/gitnext/Chained Decos/.deps/googletest-src
22

33
# Set the install prefix
44
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
@@ -37,9 +37,15 @@ if(NOT DEFINED CMAKE_OBJDUMP)
3737
set(CMAKE_OBJDUMP "C:/LLVM/bin/llvm-objdump.exe")
3838
endif()
3939

40+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
41+
# Include the install script for each subdirectory.
42+
include("D:/gitnext/Chained Decos/.deps/googletest-build/googlemock/cmake_install.cmake")
43+
44+
endif()
45+
4046
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
4147
"${CMAKE_INSTALL_MANIFEST_FILES}")
4248
if(CMAKE_INSTALL_LOCAL_ONLY)
43-
file(WRITE "D:/gitnext/Chained Decos/cmake-build-debug/src/Engine/CommandLineHandler/install_local_manifest.txt"
49+
file(WRITE "D:/gitnext/Chained Decos/.deps/googletest-build/install_local_manifest.txt"
4450
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
4551
endif()
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CMake generated Testfile for
2+
# Source directory: D:/gitnext/Chained Decos/.deps/googletest-src/googlemock
3+
# Build directory: D:/gitnext/Chained Decos/.deps/googletest-build/googlemock
4+
#
5+
# This file includes the relevant testing commands required for
6+
# testing this directory and lists subdirectories to be tested as well.
7+
subdirs("../googletest")
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
# Install script for directory: D:/gitnext/Chained Decos/.deps/googletest-src/googlemock
2+
3+
# Set the install prefix
4+
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5+
set(CMAKE_INSTALL_PREFIX "C:/Program Files (x86)/ChainedDecos")
6+
endif()
7+
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8+
9+
# Set the install configuration name.
10+
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11+
if(BUILD_TYPE)
12+
string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13+
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14+
else()
15+
set(CMAKE_INSTALL_CONFIG_NAME "Debug")
16+
endif()
17+
message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18+
endif()
19+
20+
# Set the component getting installed.
21+
if(NOT CMAKE_INSTALL_COMPONENT)
22+
if(COMPONENT)
23+
message(STATUS "Install component: \"${COMPONENT}\"")
24+
set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25+
else()
26+
set(CMAKE_INSTALL_COMPONENT)
27+
endif()
28+
endif()
29+
30+
# Is this installation the result of a crosscompile?
31+
if(NOT DEFINED CMAKE_CROSSCOMPILING)
32+
set(CMAKE_CROSSCOMPILING "FALSE")
33+
endif()
34+
35+
# Set path to fallback-tool for dependency-resolution.
36+
if(NOT DEFINED CMAKE_OBJDUMP)
37+
set(CMAKE_OBJDUMP "C:/LLVM/bin/llvm-objdump.exe")
38+
endif()
39+
40+
if(CMAKE_INSTALL_COMPONENT STREQUAL "gmock" OR NOT CMAKE_INSTALL_COMPONENT)
41+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE DIRECTORY FILES "D:/gitnext/Chained Decos/.deps/googletest-src/googlemock/include/")
42+
endif()
43+
44+
if(CMAKE_INSTALL_COMPONENT STREQUAL "gmock" OR NOT CMAKE_INSTALL_COMPONENT)
45+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/gitnext/Chained Decos/cmake-build-debug/lib/gmock.lib")
46+
endif()
47+
48+
if(CMAKE_INSTALL_COMPONENT STREQUAL "gmock" OR NOT CMAKE_INSTALL_COMPONENT)
49+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "D:/gitnext/Chained Decos/cmake-build-debug/lib/gmock_main.lib")
50+
endif()
51+
52+
if(CMAKE_INSTALL_COMPONENT STREQUAL "gmock" OR NOT CMAKE_INSTALL_COMPONENT)
53+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "D:/gitnext/Chained Decos/.deps/googletest-build/googletest/generated/gmock.pc")
54+
endif()
55+
56+
if(CMAKE_INSTALL_COMPONENT STREQUAL "gmock" OR NOT CMAKE_INSTALL_COMPONENT)
57+
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE FILES "D:/gitnext/Chained Decos/.deps/googletest-build/googletest/generated/gmock_main.pc")
58+
endif()
59+
60+
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
61+
# Include the install script for each subdirectory.
62+
include("D:/gitnext/Chained Decos/.deps/googletest-build/googletest/cmake_install.cmake")
63+
64+
endif()
65+
66+
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
67+
"${CMAKE_INSTALL_MANIFEST_FILES}")
68+
if(CMAKE_INSTALL_LOCAL_ONLY)
69+
file(WRITE "D:/gitnext/Chained Decos/.deps/googletest-build/googlemock/install_local_manifest.txt"
70+
"${CMAKE_INSTALL_MANIFEST_CONTENT}")
71+
endif()
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
#----------------------------------------------------------------
2+
# Generated CMake target import file for configuration "Debug".
3+
#----------------------------------------------------------------
4+
5+
# Commands may need to know the format version.
6+
set(CMAKE_IMPORT_FILE_VERSION 1)
7+
8+
# Import target "GTest::gtest" for configuration "Debug"
9+
set_property(TARGET GTest::gtest APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
10+
set_target_properties(GTest::gtest PROPERTIES
11+
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
12+
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/gtest.lib"
13+
)
14+
15+
list(APPEND _cmake_import_check_targets GTest::gtest )
16+
list(APPEND _cmake_import_check_files_for_GTest::gtest "${_IMPORT_PREFIX}/lib/gtest.lib" )
17+
18+
# Import target "GTest::gtest_main" for configuration "Debug"
19+
set_property(TARGET GTest::gtest_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
20+
set_target_properties(GTest::gtest_main PROPERTIES
21+
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
22+
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/gtest_main.lib"
23+
)
24+
25+
list(APPEND _cmake_import_check_targets GTest::gtest_main )
26+
list(APPEND _cmake_import_check_files_for_GTest::gtest_main "${_IMPORT_PREFIX}/lib/gtest_main.lib" )
27+
28+
# Import target "GTest::gmock" for configuration "Debug"
29+
set_property(TARGET GTest::gmock APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
30+
set_target_properties(GTest::gmock PROPERTIES
31+
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
32+
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/gmock.lib"
33+
)
34+
35+
list(APPEND _cmake_import_check_targets GTest::gmock )
36+
list(APPEND _cmake_import_check_files_for_GTest::gmock "${_IMPORT_PREFIX}/lib/gmock.lib" )
37+
38+
# Import target "GTest::gmock_main" for configuration "Debug"
39+
set_property(TARGET GTest::gmock_main APPEND PROPERTY IMPORTED_CONFIGURATIONS DEBUG)
40+
set_target_properties(GTest::gmock_main PROPERTIES
41+
IMPORTED_LINK_INTERFACE_LANGUAGES_DEBUG "CXX"
42+
IMPORTED_LOCATION_DEBUG "${_IMPORT_PREFIX}/lib/gmock_main.lib"
43+
)
44+
45+
list(APPEND _cmake_import_check_targets GTest::gmock_main )
46+
list(APPEND _cmake_import_check_files_for_GTest::gmock_main "${_IMPORT_PREFIX}/lib/gmock_main.lib" )
47+
48+
# Commands beyond this point should not need to know the version.
49+
set(CMAKE_IMPORT_FILE_VERSION)
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
1+
# Generated by CMake
2+
3+
if("${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}" LESS 2.8)
4+
message(FATAL_ERROR "CMake >= 2.8.12 required")
5+
endif()
6+
if(CMAKE_VERSION VERSION_LESS "2.8.12")
7+
message(FATAL_ERROR "CMake >= 2.8.12 required")
8+
endif()
9+
cmake_policy(PUSH)
10+
cmake_policy(VERSION 2.8.12...3.31)
11+
#----------------------------------------------------------------
12+
# Generated CMake target import file.
13+
#----------------------------------------------------------------
14+
15+
# Commands may need to know the format version.
16+
set(CMAKE_IMPORT_FILE_VERSION 1)
17+
18+
# Protect against multiple inclusion, which would fail when already imported targets are added once more.
19+
set(_cmake_targets_defined "")
20+
set(_cmake_targets_not_defined "")
21+
set(_cmake_expected_targets "")
22+
foreach(_cmake_expected_target IN ITEMS GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main)
23+
list(APPEND _cmake_expected_targets "${_cmake_expected_target}")
24+
if(TARGET "${_cmake_expected_target}")
25+
list(APPEND _cmake_targets_defined "${_cmake_expected_target}")
26+
else()
27+
list(APPEND _cmake_targets_not_defined "${_cmake_expected_target}")
28+
endif()
29+
endforeach()
30+
unset(_cmake_expected_target)
31+
if(_cmake_targets_defined STREQUAL _cmake_expected_targets)
32+
unset(_cmake_targets_defined)
33+
unset(_cmake_targets_not_defined)
34+
unset(_cmake_expected_targets)
35+
unset(CMAKE_IMPORT_FILE_VERSION)
36+
cmake_policy(POP)
37+
return()
38+
endif()
39+
if(NOT _cmake_targets_defined STREQUAL "")
40+
string(REPLACE ";" ", " _cmake_targets_defined_text "${_cmake_targets_defined}")
41+
string(REPLACE ";" ", " _cmake_targets_not_defined_text "${_cmake_targets_not_defined}")
42+
message(FATAL_ERROR "Some (but not all) targets in this export set were already defined.\nTargets Defined: ${_cmake_targets_defined_text}\nTargets not yet defined: ${_cmake_targets_not_defined_text}\n")
43+
endif()
44+
unset(_cmake_targets_defined)
45+
unset(_cmake_targets_not_defined)
46+
unset(_cmake_expected_targets)
47+
48+
49+
# Compute the installation prefix relative to this file.
50+
get_filename_component(_IMPORT_PREFIX "${CMAKE_CURRENT_LIST_FILE}" PATH)
51+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
52+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
53+
get_filename_component(_IMPORT_PREFIX "${_IMPORT_PREFIX}" PATH)
54+
if(_IMPORT_PREFIX STREQUAL "/")
55+
set(_IMPORT_PREFIX "")
56+
endif()
57+
58+
# Create imported target GTest::gtest
59+
add_library(GTest::gtest STATIC IMPORTED)
60+
61+
set_target_properties(GTest::gtest PROPERTIES
62+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
63+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
64+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
65+
)
66+
67+
# Create imported target GTest::gtest_main
68+
add_library(GTest::gtest_main STATIC IMPORTED)
69+
70+
set_target_properties(GTest::gtest_main PROPERTIES
71+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
72+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
73+
INTERFACE_LINK_LIBRARIES "GTest::gtest"
74+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
75+
)
76+
77+
# Create imported target GTest::gmock
78+
add_library(GTest::gmock STATIC IMPORTED)
79+
80+
set_target_properties(GTest::gmock PROPERTIES
81+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
82+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
83+
INTERFACE_LINK_LIBRARIES "GTest::gtest"
84+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
85+
)
86+
87+
# Create imported target GTest::gmock_main
88+
add_library(GTest::gmock_main STATIC IMPORTED)
89+
90+
set_target_properties(GTest::gmock_main PROPERTIES
91+
INTERFACE_COMPILE_FEATURES "cxx_std_14"
92+
INTERFACE_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
93+
INTERFACE_LINK_LIBRARIES "GTest::gmock"
94+
INTERFACE_SYSTEM_INCLUDE_DIRECTORIES "${_IMPORT_PREFIX}/include"
95+
)
96+
97+
# Load information for each installed configuration.
98+
file(GLOB _cmake_config_files "${CMAKE_CURRENT_LIST_DIR}/GTestTargets-*.cmake")
99+
foreach(_cmake_config_file IN LISTS _cmake_config_files)
100+
include("${_cmake_config_file}")
101+
endforeach()
102+
unset(_cmake_config_file)
103+
unset(_cmake_config_files)
104+
105+
# Cleanup temporary variables.
106+
set(_IMPORT_PREFIX)
107+
108+
# Loop over all imported files and verify that they actually exist
109+
foreach(_cmake_target IN LISTS _cmake_import_check_targets)
110+
if(CMAKE_VERSION VERSION_LESS "3.28"
111+
OR NOT DEFINED _cmake_import_check_xcframework_for_${_cmake_target}
112+
OR NOT IS_DIRECTORY "${_cmake_import_check_xcframework_for_${_cmake_target}}")
113+
foreach(_cmake_file IN LISTS "_cmake_import_check_files_for_${_cmake_target}")
114+
if(NOT EXISTS "${_cmake_file}")
115+
message(FATAL_ERROR "The imported target \"${_cmake_target}\" references the file
116+
\"${_cmake_file}\"
117+
but this file does not exist. Possible reasons include:
118+
* The file was deleted, renamed, or moved to another location.
119+
* An install or uninstall procedure did not complete successfully.
120+
* The installation package was faulty and contained
121+
\"${CMAKE_CURRENT_LIST_FILE}\"
122+
but not all the files it references.
123+
")
124+
endif()
125+
endforeach()
126+
endif()
127+
unset(_cmake_file)
128+
unset("_cmake_import_check_files_for_${_cmake_target}")
129+
endforeach()
130+
unset(_cmake_target)
131+
unset(_cmake_import_check_targets)
132+
133+
# This file does not depend on other imported targets which have
134+
# been exported from the same project but in a separate export set.
135+
136+
# Commands beyond this point should not need to know the version.
137+
set(CMAKE_IMPORT_FILE_VERSION)
138+
cmake_policy(POP)
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CMake generated Testfile for
2+
# Source directory: D:/gitnext/Chained Decos/.deps/googletest-src/googletest
3+
# Build directory: D:/gitnext/Chained Decos/.deps/googletest-build/googletest
4+
#
5+
# This file includes the relevant testing commands required for
6+
# testing this directory and lists subdirectories to be tested as well.

0 commit comments

Comments
 (0)