initial commit
working C++ Development Setup on Linux (VS Code + CMake + vcpkg + clang )
This commit is contained in:
11
cplusplus/learning/.vscode/settings.json
vendored
Normal file
11
cplusplus/learning/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
|
||||
|
||||
"cmake.configureSettings": {
|
||||
"CMAKE_TOOLCHAIN_FILE": "/home/ys/family-repo/Code/cplusplus/tools/vcpkg/scripts/buildsystems/vcpkg.cmake",
|
||||
"CMAKE_EXPORT_COMPILE_COMMANDS": "ON"
|
||||
},
|
||||
|
||||
"cmake.generator": "Ninja"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user