Adding the rest of the initial files and cleaning up CMakeLists.txt

This commit is contained in:
2023-07-13 18:07:53 -07:00
parent 0821823a68
commit 16b40a59ad
11 changed files with 188 additions and 15 deletions

View File

@@ -103,5 +103,6 @@
"*.hpp": "hpp",
"*.asm": "asm"
},
"C_Cpp.default.intelliSenseMode": "linux-clang-x86"
"C_Cpp.default.intelliSenseMode": "linux-clang-x86",
"cmake.cmakePath": "/usr/bin/cmake"
}