removed not needed files

This commit is contained in:
Benjamin Kyd
2019-02-22 17:27:32 +00:00
parent 8e96f51b9a
commit 56320609db
4 changed files with 5 additions and 60 deletions

2
.gitignore vendored
View File

@@ -9,3 +9,5 @@ compile_commands.json
CTestTestfile.cmake
build/
output
.vs/
.vscode/

Binary file not shown.

57
.vscode/settings.json vendored
View File

@@ -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"
}
}

View File

@@ -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",