Advertisement
Guest User

c_cpp_properties.json

a guest
Mar 20th, 2020
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Mac",
  5. "includePath": [
  6. "/usr/local/include", "/Users/me/Downloads/SFML-2.5.1-macos-clang/include"
  7. ],
  8. "defines": [],
  9. "macFrameworkPath": [
  10. "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
  11. ],
  12. "compilerPath": "/usr/bin/clang++",
  13. "cStandard": "c11",
  14. "cppStandard": "c++17",
  15. "intelliSenseMode": "clang-x64"
  16. }
  17. ],
  18. "version": 4
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement