Guest User

Untitled

a guest
Dec 26th, 2024
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. {
  2. "version": "2.0.0",
  3. "tasks": [
  4. {
  5. "label": "Build wxWidgets Project",
  6. "type": "shell",
  7. "command": "make",
  8. "args": [],
  9. "group": {
  10. "kind": "build",
  11. "isDefault": true
  12. },
  13. "problemMatcher": ["$gcc"],
  14. "detail": "Generated for building the wxWidgets project"
  15. }
  16. ]
  17. }
  18.  
Add Comment
Please, Sign In to add comment