forked from compnerd/swift-firebase
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
163 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
# This is the CMakeCache file. | ||
# For build in directory: c:/workspace/swift-firebase | ||
# It was generated by CMake: C:/Program Files/CMake/bin/cmake.exe | ||
# You can edit this file to change values found and used by cmake. | ||
# If you do not want to change any of the values, simply exit the editor. | ||
# If you do want to change a value, simply edit, save, and exit the editor. | ||
# The syntax for the file is as follows: | ||
# KEY:TYPE=VALUE | ||
# KEY is the name of a variable in the cache. | ||
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. | ||
# VALUE is the current value for the KEY. | ||
|
||
######################## | ||
# EXTERNAL cache entries | ||
######################## | ||
|
||
//Semicolon separated list of supported configuration types, only | ||
// supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything | ||
// else will be ignored. | ||
CMAKE_CONFIGURATION_TYPES:STRING=Debug;Release;MinSizeRel;RelWithDebInfo | ||
|
||
//Value Computed by CMake. | ||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=C:/workspace/swift-firebase/CMakeFiles/pkgRedirects | ||
|
||
//Value Computed by CMake | ||
CMAKE_PROJECT_DESCRIPTION:STATIC= | ||
|
||
//Value Computed by CMake | ||
CMAKE_PROJECT_HOMEPAGE_URL:STATIC= | ||
|
||
//Value Computed by CMake | ||
CMAKE_PROJECT_NAME:STATIC=swift-firebase | ||
|
||
//Value Computed by CMake | ||
swift-firebase_BINARY_DIR:STATIC=C:/workspace/swift-firebase | ||
|
||
//Value Computed by CMake | ||
swift-firebase_IS_TOP_LEVEL:STATIC=ON | ||
|
||
//Value Computed by CMake | ||
swift-firebase_SOURCE_DIR:STATIC=C:/workspace/swift-firebase | ||
|
||
|
||
######################## | ||
# INTERNAL cache entries | ||
######################## | ||
|
||
//This is the directory where this CMakeCache.txt was created | ||
CMAKE_CACHEFILE_DIR:INTERNAL=c:/workspace/swift-firebase | ||
//Major version of cmake used to create the current loaded cache | ||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 | ||
//Minor version of cmake used to create the current loaded cache | ||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 | ||
//Patch version of cmake used to create the current loaded cache | ||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=20240111 | ||
//Path to CMake executable. | ||
CMAKE_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cmake.exe | ||
//Path to cpack program executable. | ||
CMAKE_CPACK_COMMAND:INTERNAL=C:/Program Files/CMake/bin/cpack.exe | ||
//Path to ctest program executable. | ||
CMAKE_CTEST_COMMAND:INTERNAL=C:/Program Files/CMake/bin/ctest.exe | ||
//Name of external makefile project generator. | ||
CMAKE_EXTRA_GENERATOR:INTERNAL= | ||
//Name of generator. | ||
CMAKE_GENERATOR:INTERNAL=Visual Studio 17 2022 | ||
//Generator instance identifier. | ||
CMAKE_GENERATOR_INSTANCE:INTERNAL=C:/Program Files/Microsoft Visual Studio/2022/Community | ||
//Name of generator platform. | ||
CMAKE_GENERATOR_PLATFORM:INTERNAL= | ||
//Name of generator toolset. | ||
CMAKE_GENERATOR_TOOLSET:INTERNAL= | ||
//Source directory with the top level CMakeLists.txt file for this | ||
// project | ||
CMAKE_HOME_DIRECTORY:INTERNAL=C:/workspace/swift-firebase | ||
//number of local generators | ||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 | ||
//Platform information initialized | ||
CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 | ||
//Path to CMake installation. | ||
CMAKE_ROOT:INTERNAL=C:/Program Files/CMake/share/cmake-3.28 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
set(CMAKE_HOST_SYSTEM "Windows-10.0.22631") | ||
set(CMAKE_HOST_SYSTEM_NAME "Windows") | ||
set(CMAKE_HOST_SYSTEM_VERSION "10.0.22631") | ||
set(CMAKE_HOST_SYSTEM_PROCESSOR "AMD64") | ||
|
||
|
||
|
||
set(CMAKE_SYSTEM "Windows-10.0.22631") | ||
set(CMAKE_SYSTEM_NAME "Windows") | ||
set(CMAKE_SYSTEM_VERSION "10.0.22631") | ||
set(CMAKE_SYSTEM_PROCESSOR "AMD64") | ||
|
||
set(CMAKE_CROSSCOMPILING "FALSE") | ||
|
||
set(CMAKE_SYSTEM_LOADED 1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Microsoft/VC/v170 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{F3FC6D86-508D-3FB1-96D2-995F08B142EC}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
<Platform>x64</Platform> | ||
<WindowsTargetPlatformVersion>10.0.22621.0</WindowsTargetPlatformVersion> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props"/> | ||
<PropertyGroup> | ||
<PreferredToolArchitecture>x64</PreferredToolArchitecture> | ||
</PropertyGroup> | ||
<PropertyGroup Label="Configuration"> | ||
<ConfigurationType>Utility</ConfigurationType> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
<PlatformToolset>v143</PlatformToolset> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props"/> | ||
<ItemDefinitionGroup> | ||
<PostBuildEvent> | ||
<Command>echo VCTargetsPath=$(VCTargetsPath)</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets"/> | ||
</Project> |
11 changes: 11 additions & 0 deletions
11
CMakeFiles/3.28.20240111-g16b78d7/x64/Debug/VCTargetsPath.recipe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project> | ||
<ProjectOutputs> | ||
<ProjectOutput> | ||
<FullPath>C:\workspace\swift-firebase\CMakeFiles\3.28.20240111-g16b78d7\x64\Debug\VCTargetsPath</FullPath> | ||
</ProjectOutput> | ||
</ProjectOutputs> | ||
<ContentFiles /> | ||
<SatelliteDlls /> | ||
<NonRecipeFileRefs /> | ||
</Project> |
2 changes: 2 additions & 0 deletions
2
CMakeFiles/3.28.20240111-g16b78d7/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
PlatformToolSet=v143:VCToolArchitecture=Native64Bit:VCToolsVersion=14.34.31933:TargetPlatformVersion=10.0.22621.0: | ||
Debug|x64|C:\workspace\swift-firebase\CMakeFiles\3.28.20240111-g16b78d7\| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
|
||
--- | ||
events: | ||
- | ||
kind: "message-v1" | ||
backtrace: | ||
- "C:/Program Files/CMake/share/cmake-3.28/Modules/CMakeDetermineSystem.cmake:233 (message)" | ||
- "CMakeLists.txt:4 (project)" | ||
message: | | ||
The system is: Windows - 10.0.22631 - AMD64 | ||
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters