Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherrytree56567 committed Sep 24, 2023
1 parent 976120c commit 69ec888
Show file tree
Hide file tree
Showing 186 changed files with 3,710 additions and 3,366 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
[
{
"name" : "HELPSTRING",
"value" : "No help, variable specified on the command line."
"value" : "Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ..."
}
],
"type" : "UNINITIALIZED",
"type" : "STRING",
"value" : "Debug"
},
{
Expand Down Expand Up @@ -102,40 +102,44 @@
"value" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/bin/cmake.exe"
},
{
"name" : "CMAKE_CONFIGURATION_TYPES",
"name" : "CMAKE_CPACK_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Semicolon separated list of supported configuration types, only supports Debug, Release, MinSizeRel, and RelWithDebInfo, anything else will be ignored."
"value" : "Path to cpack program executable."
}
],
"type" : "STRING",
"value" : "Debug;Release;MinSizeRel;RelWithDebInfo"
"type" : "INTERNAL",
"value" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/bin/cpack.exe"
},
{
"name" : "CMAKE_CPACK_COMMAND",
"name" : "CMAKE_CTEST_COMMAND",
"properties" :
[
{
"name" : "HELPSTRING",
"value" : "Path to cpack program executable."
"value" : "Path to ctest program executable."
}
],
"type" : "INTERNAL",
"value" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/bin/cpack.exe"
"value" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/bin/ctest.exe"
},
{
"name" : "CMAKE_CTEST_COMMAND",
"name" : "CMAKE_CXX_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Path to ctest program executable."
"value" : "CXX compiler"
}
],
"type" : "INTERNAL",
"value" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/bin/ctest.exe"
"type" : "STRING",
"value" : "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"
},
{
"name" : "CMAKE_CXX_FLAGS",
Expand Down Expand Up @@ -233,6 +237,22 @@
"type" : "STRING",
"value" : "kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib"
},
{
"name" : "CMAKE_C_COMPILER",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "C compiler"
}
],
"type" : "STRING",
"value" : "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/cl.exe"
},
{
"name" : "CMAKE_C_FLAGS",
"properties" :
Expand Down Expand Up @@ -455,7 +475,7 @@
}
],
"type" : "INTERNAL",
"value" : "Visual Studio 17 2022"
"value" : "NMake Makefiles"
},
{
"name" : "CMAKE_GENERATOR_INSTANCE",
Expand All @@ -467,7 +487,7 @@
}
],
"type" : "INTERNAL",
"value" : "C:/Program Files/Microsoft Visual Studio/2022/Community"
"value" : ""
},
{
"name" : "CMAKE_GENERATOR_PLATFORM",
Expand Down Expand Up @@ -533,6 +553,22 @@
"type" : "FILEPATH",
"value" : "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.37.32822/bin/Hostx64/x64/link.exe"
},
{
"name" : "CMAKE_MAKE_PROGRAM",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Program used to build from makefiles."
}
],
"type" : "STRING",
"value" : "nmake"
},
{
"name" : "CMAKE_MODULE_LINKER_FLAGS",
"properties" :
Expand Down Expand Up @@ -715,7 +751,7 @@
}
],
"type" : "FILEPATH",
"value" : "C:/Program Files (x86)/Windows Kits/10/bin/10.0.22621.0/x64/rc.exe"
"value" : "rc"
},
{
"name" : "CMAKE_RC_COMPILER_WORKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@
{
"path" : "CMakeLists.txt"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeDetermineSystem.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeSystem.cmake.in"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.26.4/CMakeSystem.cmake"
Expand Down Expand Up @@ -253,11 +243,6 @@
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CompilerId/VS-10.vcxproj.in"
},
{
"isCMake" : true,
"isExternal" : true,
Expand Down Expand Up @@ -497,11 +482,6 @@
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CompilerId/VS-10.vcxproj.in"
},
{
"isCMake" : true,
"isExternal" : true,
Expand Down Expand Up @@ -576,16 +556,6 @@
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/Platform/Windows-MSVC.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeDetermineRCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeRCCompiler.cmake.in"
},
{
"isGenerated" : true,
"path" : "cmake-build-debug/CMakeFiles/3.26.4/CMakeRCCompiler.cmake"
Expand All @@ -595,11 +565,6 @@
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeRCInformation.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
"path" : "C:/Program Files/JetBrains/CLion 2023.2.2/bin/cmake/win/x64/share/cmake-3.26/Modules/CMakeTestRCCompiler.cmake"
},
{
"isCMake" : true,
"isExternal" : true,
Expand Down
Loading

0 comments on commit 69ec888

Please sign in to comment.