mirror of
http://106.12.3.193:3000/violeteverisland/learn_cpp.git
synced 2026-03-07 17:17:33 +08:00
1
This commit is contained in:
0
cmake-build-debug/.cmake/api/v1/query/cache-v2
Normal file
0
cmake-build-debug/.cmake/api/v1/query/cache-v2
Normal file
0
cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1
Normal file
0
cmake-build-debug/.cmake/api/v1/query/cmakeFiles-v1
Normal file
0
cmake-build-debug/.cmake/api/v1/query/codemodel-v2
Normal file
0
cmake-build-debug/.cmake/api/v1/query/codemodel-v2
Normal file
0
cmake-build-debug/.cmake/api/v1/query/toolchains-v1
Normal file
0
cmake-build-debug/.cmake/api/v1/query/toolchains-v1
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"cmake" :
|
||||
{
|
||||
"generator" :
|
||||
{
|
||||
"multiConfig" : false,
|
||||
"name" : "Ninja"
|
||||
},
|
||||
"paths" :
|
||||
{
|
||||
"cmake" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cmake.exe",
|
||||
"cpack" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cpack.exe",
|
||||
"ctest" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/ctest.exe",
|
||||
"root" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/share/cmake-4.1"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"isDirty" : false,
|
||||
"major" : 4,
|
||||
"minor" : 1,
|
||||
"patch" : 2,
|
||||
"string" : "4.1.2",
|
||||
"suffix" : ""
|
||||
}
|
||||
},
|
||||
"objects" : [],
|
||||
"reply" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"toolchains-v1" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"cmake" :
|
||||
{
|
||||
"generator" :
|
||||
{
|
||||
"multiConfig" : false,
|
||||
"name" : "Ninja"
|
||||
},
|
||||
"paths" :
|
||||
{
|
||||
"cmake" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cmake.exe",
|
||||
"cpack" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cpack.exe",
|
||||
"ctest" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/ctest.exe",
|
||||
"root" : "D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/share/cmake-4.1"
|
||||
},
|
||||
"version" :
|
||||
{
|
||||
"isDirty" : false,
|
||||
"major" : 4,
|
||||
"minor" : 1,
|
||||
"patch" : 2,
|
||||
"string" : "4.1.2",
|
||||
"suffix" : ""
|
||||
}
|
||||
},
|
||||
"objects" : [],
|
||||
"reply" :
|
||||
{
|
||||
"cache-v2" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"cmakeFiles-v1" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"codemodel-v2" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
},
|
||||
"toolchains-v1" :
|
||||
{
|
||||
"error" : "no buildsystem generated"
|
||||
}
|
||||
}
|
||||
}
|
||||
2
cmake-build-debug/.gitignore
vendored
Normal file
2
cmake-build-debug/.gitignore
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
# This file is autogenerated by CLion. If you change or delete it, it won't be recreated unless the whole directory is removed.
|
||||
*.exe
|
||||
64
cmake-build-debug/CMakeCache.txt
Normal file
64
cmake-build-debug/CMakeCache.txt
Normal file
@@ -0,0 +1,64 @@
|
||||
# This is the CMakeCache file.
|
||||
# For build in directory: d:/dev/cpp/学习/cmake-build-debug
|
||||
# It was generated by CMake: D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/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
|
||||
########################
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_BUILD_TYPE:UNINITIALIZED=Debug
|
||||
|
||||
//Value Computed by CMake.
|
||||
CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=D:/dev/cpp/学习/cmake-build-debug/CMakeFiles/pkgRedirects
|
||||
|
||||
//No help, variable specified on the command line.
|
||||
CMAKE_MAKE_PROGRAM:UNINITIALIZED=D:/Program Files/JetBrains/CLion 2025.3.2/bin/ninja/win/x64/ninja.exe
|
||||
|
||||
|
||||
########################
|
||||
# INTERNAL cache entries
|
||||
########################
|
||||
|
||||
//This is the directory where this CMakeCache.txt was created
|
||||
CMAKE_CACHEFILE_DIR:INTERNAL=d:/dev/cpp/学习/cmake-build-debug
|
||||
//Major version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MAJOR_VERSION:INTERNAL=4
|
||||
//Minor version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_MINOR_VERSION:INTERNAL=1
|
||||
//Patch version of cmake used to create the current loaded cache
|
||||
CMAKE_CACHE_PATCH_VERSION:INTERNAL=2
|
||||
//Path to CMake executable.
|
||||
CMAKE_COMMAND:INTERNAL=D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cmake.exe
|
||||
//Path to cpack program executable.
|
||||
CMAKE_CPACK_COMMAND:INTERNAL=D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/cpack.exe
|
||||
//Path to ctest program executable.
|
||||
CMAKE_CTEST_COMMAND:INTERNAL=D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/bin/ctest.exe
|
||||
//Name of external makefile project generator.
|
||||
CMAKE_EXTRA_GENERATOR:INTERNAL=
|
||||
//Name of generator.
|
||||
CMAKE_GENERATOR:INTERNAL=Ninja
|
||||
//Generator instance identifier.
|
||||
CMAKE_GENERATOR_INSTANCE:INTERNAL=
|
||||
//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=D:/dev/cpp/学习
|
||||
//Name of CMakeLists files to read
|
||||
CMAKE_LIST_FILE_NAME:INTERNAL=CMakeLists.txt
|
||||
//number of local generators
|
||||
CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1
|
||||
//Path to CMake installation.
|
||||
CMAKE_ROOT:INTERNAL=D:/Program Files/JetBrains/CLion 2025.3.2/bin/cmake/win/x64/share/cmake-4.1
|
||||
|
||||
6
cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Normal file
6
cmake-build-debug/CMakeFiles/clion-Debug-log.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
"D:\Program Files\JetBrains\CLion 2025.3.2\bin\cmake\win\x64\bin\cmake.exe" -DCMAKE_BUILD_TYPE=Debug "-DCMAKE_MAKE_PROGRAM=D:/Program Files/JetBrains/CLion 2025.3.2/bin/ninja/win/x64/ninja.exe" -G Ninja -S D:\dev\cpp\学习 -B D:\dev\cpp\学习\cmake-build-debug
|
||||
CMake Error at CMakeLists.txt:2 (project):
|
||||
project PROJECT called with incorrect number of arguments
|
||||
|
||||
|
||||
-- Configuring incomplete, errors occurred!
|
||||
5
cmake-build-debug/CMakeFiles/clion-environment.txt
Normal file
5
cmake-build-debug/CMakeFiles/clion-environment.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
ToolSet: 11.0 w64 (local)@D:\Program Files\JetBrains\CLion 2025.3.2\bin\mingw
|
||||
Ninja: 1.12.1@D:\Program Files\JetBrains\CLion 2025.3.2\bin\ninja\win\x64\ninja.exe
|
||||
Options:
|
||||
|
||||
Options:-DCMAKE_MAKE_PROGRAM=D:/Program Files/JetBrains/CLion 2025.3.2/bin/ninja/win/x64/ninja.exe
|
||||
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
1
cmake-build-debug/CMakeFiles/cmake.check_cache
Normal file
@@ -0,0 +1 @@
|
||||
# This file is generated by cmake for dependency checking of the CMakeCache.txt file
|
||||
Reference in New Issue
Block a user