Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
BeardedManZhao committed May 13, 2024
1 parent a21dde5 commit d00ab34
Show file tree
Hide file tree
Showing 34 changed files with 3,433 additions and 384 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
}
],
"type" : "INTERNAL",
"value" : "28"
"value" : "23"
},
{
"name" : "CMAKE_CACHE_PATCH_VERSION",
Expand All @@ -91,7 +91,7 @@
}
],
"type" : "INTERNAL",
"value" : "3"
"value" : "2"
},
{
"name" : "CMAKE_CODEBLOCKS_COMPILER_ID",
Expand Down Expand Up @@ -141,6 +141,22 @@
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CMAKE_COLOR_MAKEFILE",
"properties" :
[
{
"name" : "ADVANCED",
"value" : "1"
},
{
"name" : "HELPSTRING",
"value" : "Enable/Disable color output during build."
}
],
"type" : "BOOL",
"value" : "ON"
},
{
"name" : "CMAKE_COMMAND",
"properties" :
Expand All @@ -151,7 +167,7 @@
}
],
"type" : "INTERNAL",
"value" : "G:/RunTime/cmake-3.28.3-windows-x86_64/bin/cmake.exe"
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/cmake/win/bin/cmake.exe"
},
{
"name" : "CMAKE_CPACK_COMMAND",
Expand All @@ -163,7 +179,7 @@
}
],
"type" : "INTERNAL",
"value" : "G:/RunTime/cmake-3.28.3-windows-x86_64/bin/cpack.exe"
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/cmake/win/bin/cpack.exe"
},
{
"name" : "CMAKE_CTEST_COMMAND",
Expand All @@ -175,7 +191,7 @@
}
],
"type" : "INTERNAL",
"value" : "G:/RunTime/cmake-3.28.3-windows-x86_64/bin/ctest.exe"
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/cmake/win/bin/ctest.exe"
},
{
"name" : "CMAKE_CXX_COMPILER",
Expand All @@ -190,7 +206,7 @@
"value" : "CXX compiler"
}
],
"type" : "FILEPATH",
"type" : "STRING",
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/mingw/bin/g++.exe"
},
{
Expand Down Expand Up @@ -334,7 +350,7 @@
"value" : "C compiler"
}
],
"type" : "FILEPATH",
"type" : "STRING",
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/mingw/bin/gcc.exe"
},
{
Expand Down Expand Up @@ -1099,7 +1115,7 @@
}
],
"type" : "INTERNAL",
"value" : "G:/RunTime/cmake-3.28.3-windows-x86_64/share/cmake-3.28"
"value" : "D:/Liming/MyApplication/CLion/CLion_2022.2.1/bin/cmake/win/share/cmake-3.23"
},
{
"name" : "CMAKE_SHARED_LINKER_FLAGS",
Expand Down

This file was deleted.

Loading

0 comments on commit d00ab34

Please sign in to comment.