Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "version": "2.0.0",
- "tasks": [
- {
- "label": "Build wxWidgets Project",
- "type": "shell",
- "command": "make",
- "args": [],
- "group": {
- "kind": "build",
- "isDefault": true
- },
- "problemMatcher": ["$gcc"],
- "detail": "Generated for building the wxWidgets project"
- }
- ]
- }
Add Comment
Please, Sign In to add comment