initial commit
[benchmarks.git] / .vscode / settings.json
1 {
2 "cmake.buildDirectory": "${workspaceFolder}/build-x86_64",
3 "cmake.configureArgs": [
4 "-DCMAKE_TOOLCHAIN_FILE=toolchain-x86_64-linux-gnu.cmake"
5 ],
6 "cmake.copyCompileCommands": "${workspaceFolder}/compile_commands.json",
7 }