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

Add CMake build files for the rest of the utilites.

This commit is contained in:
Bartosz Taudul
2024-03-17 13:41:32 +01:00
parent 46718851da
commit 4bfd6f42bc
6 changed files with 133 additions and 0 deletions
+5
View File
@@ -2,6 +2,11 @@
"cmake.configureOnOpen": true,
"cmake.sourceDirectory": [
"${workspaceFolder}/profiler",
"${workspaceFolder}/capture",
"${workspaceFolder}/csvexport",
"${workspaceFolder}/import-chrome",
"${workspaceFolder}/import-fuchsia",
"${workspaceFolder}/update",
"${workspaceFolder}",
],
"cmake.buildDirectory": "${sourceDirectory}/builddir",