mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
9 lines
204 B
JSON
9 lines
204 B
JSON
{
|
|
"cmake.configureOnOpen": true,
|
|
"cmake.sourceDirectory": [
|
|
"${workspaceFolder}",
|
|
"${workspaceFolder}/profiler"
|
|
],
|
|
"cmake.buildDirectory": "${sourceDirectory}/builddir",
|
|
}
|