1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Add VS Code CMake configuration.

This commit is contained in:
Bartosz Taudul
2024-01-02 19:28:48 +01:00
parent b73a0ff54e
commit 96d44cc847
2 changed files with 8 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"cmake.configureOnOpen": true,
"cmake.sourceDirectory": [
"${workspaceFolder}",
"${workspaceFolder}/profiler"
],
"cmake.buildDirectory": "${sourceDirectory}/builddir",
}