diff --git a/.gitignore b/.gitignore index 5a5906c..6a18a4c 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,5 @@ compile_commands.json CTestTestfile.cmake build/ output +.vs/ +.vscode/ diff --git a/.vs/SMH-Engine/v15/.suo b/.vs/SMH-Engine/v15/.suo deleted file mode 100644 index 48dad56..0000000 Binary files a/.vs/SMH-Engine/v15/.suo and /dev/null differ diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ddf614e..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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" - } -} \ No newline at end of file diff --git a/CMakeSettings.json b/CMakeSettings.json index 665d94b..4ee8695 100644 --- a/CMakeSettings.json +++ b/CMakeSettings.json @@ -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",