Advertisement
Guest User

Untitled

a guest
Nov 25th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "type": "cppbuild",
  6. "label": "C/C++: g++.exe Aktive Datei kompilieren",
  7. "command": "C:\\msys64\\mingw64\\bin\\g++.exe",
  8. "args": [
  9. "-fdiagnostics-color=always",
  10. "--std","c++17",
  11. "-g",
  12. "${file}",
  13. "-o",
  14. "${fileDirname}\\${fileBasenameNoExtension}.exe",
  15. "-I","C:\\msys64\\mingw64\\include C:\\msys64\\mingw64\\include\\opencv4",
  16. "-L","C:\\msys64\\mingw64\\bin\\",
  17. "-llibopencv_calib3d454",
  18. "-llibopencv_core454",
  19. "-llibopencv_dnn454",
  20. "-llibopencv_features2d454",
  21. "-llibopencv_flann454",
  22. "-llibopencv_highgui454",
  23. "-llibopencv_imgcodecs454",
  24. "-llibopencv_imgproc454",
  25. "-llibopencv_ml454",
  26. "-llibopencv_objdetect454",
  27. "-llibopencv_photo454",
  28. "-llibopencv_stitching454",
  29. "-llibopencv_video454",
  30. "-llibopencv_videoio454",
  31. "-lstdc++fs"
  32. ],
  33. "options": {
  34. "cwd": "${fileDirname}"
  35. },
  36. "problemMatcher": [
  37. "$gcc"
  38. ],
  39. "group": {
  40. "kind": "build",
  41. "isDefault": true
  42. },
  43. "detail": "Compiler: \"C:\\msys64\\mingw64\\bin\\g++.exe\""
  44. }
  45. ]
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement