Advertisement
GregLeblanc

Untitled

Feb 15th, 2025 (edited)
121
0
359 days
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.53 KB | None | 0 0
  1. {
  2.     "configurations": [
  3.         {
  4.             "name": "Mac",
  5.             "includePath": [
  6.                 "${default}",
  7.                 "/opt/homebrew/Cellar/root/6.32.08/include/root"
  8.             ],
  9.             "defines": [],
  10.             "macFrameworkPath": [
  11.                 "/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks"
  12.             ],
  13.             "cStandard": "c17",
  14.             "cppStandard": "c++17",
  15.             "intelliSenseMode": "macos-clang-arm64"
  16.         }
  17.     ],
  18.     "version": 4
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement