Skip to content

Commit

Permalink
fix: enable testing for build config
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardz1 committed Jan 9, 2025
1 parent eccff5b commit 7d33945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"cmake.configureArgs": [
"-DCMAKE_CXX_COMPILER=clang++",
"-DCMAKE_CUDA_COMPILER=clang++",
"-DBUILD_TESTING=ON"
],
"cmake.buildDirectory": "${workspaceFolder}/debug",
"clangd.arguments": [
Expand Down

0 comments on commit 7d33945

Please sign in to comment.