Guest User

Untitled

a guest
Sep 19th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "win32",
  5. "includePath": [
  6. "${workspaceFolder}/src",
  7. "${workspaceFolder}/../SeriousProton/src",
  8. "${workspaceFolder}/../SFML-2.5.0/include"
  9. ],
  10. "browse" : {
  11. "path": [
  12. "${workspaceFolder}/.."
  13. ],
  14. "limitSymbolsToIncludedHeaders" : true,
  15. "databaseFilename" : ""
  16. },
  17. "intelliSenseMode": "clang-x64",
  18. "configurationProvider": "vector-of-bool.cmake-tools",
  19. "compilerPath": "${workspaceFolder}/../mingw32/bin/gcc.exe",
  20. "cStandard": "c11",
  21. "cppStandard": "c++17"
  22. }
  23. ],
  24. "version": 4
  25. }
Add Comment
Please, Sign In to add comment