mirror of
https://github.com/wolfpld/tracy.git
synced 2026-06-08 08:33:48 +00:00
Add VS Code CMake configuration.
This commit is contained in:
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"cmake.configureOnOpen": true,
|
||||
"cmake.sourceDirectory": [
|
||||
"${workspaceFolder}",
|
||||
"${workspaceFolder}/profiler"
|
||||
],
|
||||
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
||||
}
|
||||
Reference in New Issue
Block a user