removed not needed files
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -9,3 +9,5 @@ compile_commands.json
|
||||
CTestTestfile.cmake
|
||||
build/
|
||||
output
|
||||
.vs/
|
||||
.vscode/
|
||||
|
||||
Binary file not shown.
57
.vscode/settings.json
vendored
57
.vscode/settings.json
vendored
@@ -1,57 +0,0 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"cctype": "cpp",
|
||||
"clocale": "cpp",
|
||||
"cmath": "cpp",
|
||||
"csignal": "cpp",
|
||||
"cstdarg": "cpp",
|
||||
"cstddef": "cpp",
|
||||
"cstdio": "cpp",
|
||||
"cstdlib": "cpp",
|
||||
"cstring": "cpp",
|
||||
"ctime": "cpp",
|
||||
"cwchar": "cpp",
|
||||
"cwctype": "cpp",
|
||||
"array": "cpp",
|
||||
"atomic": "cpp",
|
||||
"strstream": "cpp",
|
||||
"*.tcc": "cpp",
|
||||
"bitset": "cpp",
|
||||
"chrono": "cpp",
|
||||
"complex": "cpp",
|
||||
"condition_variable": "cpp",
|
||||
"cstdint": "cpp",
|
||||
"deque": "cpp",
|
||||
"list": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"vector": "cpp",
|
||||
"exception": "cpp",
|
||||
"fstream": "cpp",
|
||||
"functional": "cpp",
|
||||
"initializer_list": "cpp",
|
||||
"iomanip": "cpp",
|
||||
"iosfwd": "cpp",
|
||||
"iostream": "cpp",
|
||||
"istream": "cpp",
|
||||
"limits": "cpp",
|
||||
"memory": "cpp",
|
||||
"mutex": "cpp",
|
||||
"new": "cpp",
|
||||
"optional": "cpp",
|
||||
"ostream": "cpp",
|
||||
"ratio": "cpp",
|
||||
"sstream": "cpp",
|
||||
"stdexcept": "cpp",
|
||||
"streambuf": "cpp",
|
||||
"string_view": "cpp",
|
||||
"system_error": "cpp",
|
||||
"thread": "cpp",
|
||||
"cinttypes": "cpp",
|
||||
"type_traits": "cpp",
|
||||
"tuple": "cpp",
|
||||
"typeindex": "cpp",
|
||||
"typeinfo": "cpp",
|
||||
"utility": "cpp",
|
||||
"variant": "cpp"
|
||||
}
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"environments": [
|
||||
{
|
||||
"DevDir": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
|
||||
"DevDir": "E:\\Projects\\SMH-Engine\\build",
|
||||
"BuildDir": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}"
|
||||
}
|
||||
],
|
||||
@@ -13,9 +13,9 @@
|
||||
"inheritEnvironments": [
|
||||
"msvc_x64_x64"
|
||||
],
|
||||
"buildRoot": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
|
||||
"buildRoot": "E:\\Projects\\SMH-Engine\\build",
|
||||
// "buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}",
|
||||
"installRoot": "E:\\Languages\\Examples\\OpenGL\\playground\\build",
|
||||
"installRoot": "E:\\Projects\\SMH-Engine\\build",
|
||||
// "installRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}",
|
||||
"cmakeCommandArgs": "",
|
||||
"buildCommandArgs": "-v",
|
||||
|
||||
Reference in New Issue
Block a user