Advertisement
Guest User

Untitled

a guest
Nov 25th, 2021
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/**",
  7. "C:\\msys64\\mingw64\\include",
  8. "C:\\msys64\\mingw64\\include\\opencv4"
  9. ],
  10. "defines": [
  11. "_DEBUG",
  12. "UNICODE",
  13. "_UNICODE"
  14. ],
  15. "browse": {
  16. "path": [
  17. "${workspaceRoot}/**",
  18. "C:\\msys64\\mingw64\\include",
  19. "C:\\msys64\\mingw64\\include\\opencv4"
  20. ],
  21. "limitSymbolsToIncludedHeaders": true,
  22. "databaseFilename": ""
  23. },
  24. "windowsSdkVersion": "10.0.18362.0",
  25. "compilerPath": "C:\\msys64\\mingw64\\bin\\g++.exe",
  26. "cStandard": "c17",
  27. "cppStandard": "c++17",
  28. "intelliSenseMode": "windows-gcc-x64"
  29. }
  30. ],
  31. "version": 4
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement